in reply to Re: .pl to .exe
in thread .pl to .exe
you then can create an executable by doing this:C:\>ppm install par-dist C:\>perl -MPAR::Dist -e "install_par('http://cpan.org/modules/by-autho +rs/id/A/AU/AUTRIJUS/PAR-0.74')"
I recommend you then use upx to shrink the executable.C:\>pp -o myscript.exe myscript.pl
Update: Try running this:
you get a nice 1.36M hello.exe which upx's down to 909k.C:\>pp -o hello.exe -e "print 'hello world!'" C:\>hello hello world!
--
flounder
|
|---|