http://www.perlmonks.org?node_id=221636


in reply to Creating a self executing perl program

Hello!

Super Search is your friend! :))

So, as said here:

To made an exe from a script, you have 2 commercial ways:

1) perl2exe by Indigostar

2) perlapp by Activestate (part of the Perl Development Kit)

and 2 CPAN ways:

1) PAR

2) App::Packer