in reply to Re^2: .exe fails to exit
in thread .exe fails to exit

Executable distributions generated by pp are just glorified zip files. You can try to unpack your app into an empty directory, open a clean shell (no other perl in PATH), set the PATH variable so Windows can find the perl executable of your distribution and run your script. See how that works. Maybe you are just missing a dependency that pp did not find because it gets magically loaded somewhere.


holli

You can lead your users to water, but alas, you cannot drown them.