it does run from the C drive, but I get the error message when I try to run it from a network drive
I've no experience with running from a network drive - which is probably the reason that I've never seen that "specified path is invalid .." error message before.
Could it be that 'C:/Strawberry/perl/vendor/lib/auto/XML/LibXML/LibXML.xs.dll' is an invalid path specification (as the error message states) when running from a network drive ?
Hopefully someone with better knowledge of running from a network drive can provide something a bit more definite.
(An incorrect UPDATE removed.)
One other (probably unrelated) thing to note is that your error message relates to the XML::LibXML that's installed in perl/vendor/lib.
That's the XML::LibXML that shipped with Strawberry Perl - it's not the XML::LibXML that you installed. (The one you installed should be in perl/site/lib.)
Normally, perl/site/lib comes before perl/vendor/lib in @INC, which means that in a normal situation the XML::LibXML in perl/site/lib is the one that would get loaded.
But your perl5lib changed the @INC order, putting perl/vendor/lib ahead of perl/site/lib and thus ensuring that the XML::LibXML in perl/vendor/lib is the one that gets loaded.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.