in reply to
.pl to .exe conversion
Use
pp
to package your application into an executable:
pp -x -o packaged.exe yourscript.pl
Comment on
Re: .pl to .exe conversion
Download
Code
In Section
Seekers of Perl Wisdom