I have a win98 machine.
As requested, I saved the following to a file foo.pl
-----------------
use XML::Parser;
my $p1 = new XML::Parser(Style => 'Debug');
$p1->parse('<foo id="me">Hello World</foo>');
print "Finished!\n";
--------
and compiled it with the command:
pp -o foo.exe foo.pl
Then I hide my perl tree by renaming it to hideperl.
Then executed foo.exe successfully.I renamed foo.exe to foo_exe and will be emailing it to Andy. HTH. --Suresh
