in reply to XML::Simple -> XMLin() requires either XML::SAX or XML::Parser
That message makes no sense at all - I'd expect it to read more like:
"XMLin() requires either XML::SAX or XML::Parser at <some module file name> line <line number>"Anyway XML::Simple would die with the "XMLin() requires either XML::SAX or XML::Parser" message if neither XML::SAX nor XML::Parser could be loaded.
Do you have shell access to the server? Are either of those modules available?
Is there something different about the environment the web server runs in that would cause it to not be able to see the parser modules?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Simple -> XMLin() requires either XML::SAX or XML::Parser
by Anonymous Monk on Aug 07, 2008 at 04:35 UTC | |
by grantm (Parson) on Aug 07, 2008 at 08:23 UTC |