in reply to XML::Simple error in compiled script

Try adding
#perl2exe_include XML::Parser::Style::Tree
and see if that fixes it. Using ASPN Perls "perlapp" with

C:\>perlapp -add XML::Parser::Style::Tree monitor.pl

fixed exactly the same problem I had just now.

If anything it is dependant on the XML::Parser version, not the XML::Simple version.

Replies are listed 'Best First'.
Re^2: XML::Simple error in compiled script
by Smaug (Pilgrim) on Mar 03, 2005 at 08:05 UTC
    Thanks, that has changed the error at least. It now displayes:
    "Use of uninitialized value in pattern match (m//) at PERL2EXE_STORAGE/utf8_heavy.pl"
    Any help would be great!!