in reply to Creating a windows EXE from Perl script
I too enjoy PAR very much. AFAIK, PAR is useful for creating the EXE file to use on the same OS you create it on. To create an EXE that will run on a windows box as you desire, the easiest way is to use PAR on a windows box. If it is possible use PAR to create an EXE for win32 using a *nix box, please enlighten us.