Hi:
When the exe file created by par packer for the code below is executed, it
dies.
However, when perl is used to execute the file, no crashes.
--- bug.pl -----------------------------------------------
use strict;
use File::Slurp;
use XML::Twig;
my $str_contents = read_file ("bug2.xml");
my $twig= new XML::Twig();
my $xml_sheet = $twig->parse($str_contents);
-------------------------------------------------------------------
bug2.xml - is a 218 KB XML file.
I am using
Perl version:
ActiveState Perl distribution:
perl -v
This is perl 5, version 12, subversion 2 (v5.12.2) built for
MSWin32-x86-multi-thread
(with 8 registered patches, see perl -V for more detail)
Par packer version: 1.008
(obtained from Perl Package Manager)
Any help/information will be appreciated. :)
PS: [ How do I upload the bug.xml file if needed ? ]
-Ani