Jenda has asked for the wisdom of the Perl Monks concerning the following question:
I have a program using XML::Simple 1.06 to parse some files. I have XML::Parser 2.34, Perl 5.8.0 ActiveState build 805, Win2kServer, I use PDK's PerlApp to package the program into an executable.
On one server the program works fine, on another it crashes when I call the $parser->XMLIn(). Without any error messages or whatever, even though the XMLIn is in an eval{}.
Does anyone have any idea what could be wrong?
Update: the libexpat.dll is the same on both servers. I also tried to remove the doctype declaration from the XML file, still crashes.
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Simple crashes
by borisz (Canon) on Aug 24, 2004 at 15:41 UTC | |
by Jenda (Abbot) on Aug 24, 2004 at 15:54 UTC | |
|
Re: XML::Simple crashes
by bart (Canon) on Aug 24, 2004 at 19:10 UTC | |
by Jenda (Abbot) on Aug 24, 2004 at 23:27 UTC | |
|
Re: XML::Simple crashes
by BrowserUk (Patriarch) on Aug 24, 2004 at 17:03 UTC | |
|
Re: XML::Simple crashes
by borisz (Canon) on Aug 24, 2004 at 16:17 UTC |