ActiveState Perl 5.8.8 build 819, Windows XP.
I am trying to use PAR 0.959, but without success.
Although the tests run without an problem before installation, after PAR is
installed I am can't to use the pp command anything, eg:
C:\Documents and Settings\steven>pp -e "1;"
Usage: C:\DOCUME~1\steven\LOCALS~1\Temp\parl29Uj.exe [ -Alib.par ] [ -Idir ] [ -
Mmodule ] [ src.par ] [ program.pl ]
C:\DOCUME~1\steven\LOCALS~1\Temp\parl29Uj.exe [ -B|-b ] [-Ooutfile]
src.par
c:\Perl\bin/pp: Failed to extract a parl from 'PAR::StrippedPARL::Static' to
file 'parldIZLYhB.exe' at c:/Perl/site/lib/PAR/Packer.pm line 1142, <DATA> line
1.
C:\cvs\projects\RAF\xml_validation>perl -MPAR -e "print $PAR::VERSION"
0.959
Can anyone think of something to try to debug or fix this?