Help with getting a perl script to run

I have tried running a pearl script to import filter settings from an email package to another. Part of the output


Can't locate XML/SimpleObject.pm in @INC (you may need to install the XML::SimpleObject module) (@INC contains: /usr/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi

I’ve just left out more directories from the output. Initially I didn’t have this module installed so used YAST and believe I have installed it but a search down the /usr tree for *impleobject.pa doesn’t show it so I can’t find it either.

Any ideas.

John

sudo cpan install XML:SimpleObject

Hit enter to the boring questions about configuring it, it autoconfigures everything.

And next time, please take note of the fact that we have the section Development > Programming and Scripting.

Best place to meet others that want to share their experience in writing programs.