Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have been thrown with the error below...

checks done:
module is loaded
perl version 5.10.0

Does the Module only run on a particular version, compatibility to the version of the module and perl?

Can anyone exlain the error below?
Can't locate XML/LibXML.pm in @INC (@INC contains: C:/Program Files/Pe +rl 5.10.0/site/lib C:/Program Files/Perl 5.10.0/lib .) at <\\nasfile2 +1\pvcsdata\Scripts\Middleware\xmlMigrate.pl> line 1. BEGIN failed--compilation aborted at <\\nasfile21\pvcsdata\Scripts\Mid +dleware\xmlMigrate.pl> line 1.

Replies are listed 'Best First'.
Re: XML::LibXML error
by derby (Abbot) on Jan 28, 2009 at 23:54 UTC

    XML::LibXML is not installed on your system. I'm not sure if that's a Strawberry Perl installation or ActiveState ... but you need to follow whatever instructions to install additional modules.

    -derby
Re: XML::LibXML error
by runrig (Abbot) on Jan 29, 2009 at 06:09 UTC
    How did you "install" the module? How did you "load" perl?