Hi

I generate a PAR archive in the following way:
par icol.pl -o icol.exe -f Bleach -F Bleach

This works perfectly on my AIX servers. On Ubuntu, where I am running
perl v5.8.8 with PAR 0.973, Packer 0.975 I get a strange problem. The
temporary cache directory contains the obfuscated output in
./cache/inc/script/icol.pl, but it _also_ still contains the original
(readable) program in ./cache/inc/lib/icol.pl...

Using -vvv, I get both of the following:
"/usr/local/bin/pp: ... adding /home/niel/myprog/icol.pl as lib/icol.pl"
"/usr/local/bin/pp: ... adding <string> as script/icol.pl"

I would really appreciate some help, I've re-installed PAR from scratch
thinking something may have happened during a previous upgrade. I have
created a simple script trying to eliminate (@INC in) my script as the
problem, but it still happens with a simple "hallo world" perl script:

./cache-79ec23c0093f5a537ee934f013e42dbcb12de181/inc/lib/myprog.pl    
    #(ORIGINAL READABLE CODE)
./cache-79ec23c0093f5a537ee934f013e42dbcb12de181/inc/script/myprog.pl   
#(BLEACHED)

Niel
~

Reply via email to