in reply to Re^5: After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC
in thread After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC
There is no difference in regards to "safety" if the op sets the preffered parser via $ENV{XML_SIMPLE_PREFERRED_PARSER} or via $XML::Simple::PREFERRED_PARSER , they're both equally safe
One is less reliable than the other. $ENV{XML_SIMPLE_PREFERRED_PARSER} is overridden by $XML::Simple::PREFERRED_PARSER.
It's using local I said was safer. Without it, one module using XML::Simple won't break another using XML::Simple.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: After compiling a script using PAR::Packer I get the error Can't locate XML/LibXML/SAX.pm in @INC
by Anonymous Monk on May 18, 2015 at 08:03 UTC | |
by ikegami (Patriarch) on May 19, 2015 at 16:14 UTC | |
by Anonymous Monk on May 20, 2015 at 01:11 UTC | |
by ikegami (Patriarch) on May 20, 2015 at 15:46 UTC | |
by Anonymous Monk on May 21, 2015 at 01:38 UTC | |
|