rpike has asked for the wisdom of the Perl Monks concerning the following question:
Both scripts are in the same directory, both use the same path to the same XML document, etc..,. Why would one fail yet the other doesn't?Can't locate XML/SAX.pm in @INC (@INC contains: C:/Perl64/site/bin C:/ +Perl64/bin C:/Perl64/lib ........) at C:/Perl64/lib/XML/Simple.pm lin +e 369
our $xmlSimp = XML::Simple->new(); our $xmlCont = $xmlSimp->XMLin("/baseDir/subDir/core.xml");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Unable to locate XML.SAX
by tangent (Parson) on Dec 04, 2014 at 15:47 UTC | |
|
Re: Unable to locate XML.SAX
by karlgoethebier (Abbot) on Dec 04, 2014 at 15:01 UTC | |
|
Re: Unable to locate XML.SAX
by wazat (Monk) on Dec 04, 2014 at 16:02 UTC | |
|
Re: Unable to locate XML.SAX
by GotToBTru (Prior) on Dec 04, 2014 at 15:15 UTC | |
|
Re: Unable to locate XML.SAX
by karlgoethebier (Abbot) on Dec 04, 2014 at 18:53 UTC |