Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I'm using PAR 0.82 in my projet to get .exe standalone scripts. However, the temp files at the c:\windows\temp\par_\*.* are not deleted after standalone a.exe finished. What's wrong?

pp options in use: pp -C -o a.exe a.pl

Thanks

JES