Recent changes Random page
GAMING
Technology
 
Gaming
Entertainment
Science Fiction
Biggest wikis
Hobbies
Music
See more...

Perl2EXE

From Perl Archiving Toolkit

Jump to: navigation, search

Perl2Exe is commercial, command-line application that can build standalone executables from perl sources. It works by creating an executable that contains

  • A standalone perl interpreter (that is capable of grokking perl 5.8.x)
  • Your perl script and
  • All perl modules that are referenced by your perl script.


pp - PAR Packager provides that same functionality, but is free.

(http: search.cpan.org/~smueller/PAR-Packer-0.970/lib/pp.pm)


See Also PerlApp another commercial perl executable builder, that is developed, maintained and supported by ActiveState (the makers of ActivePerl).

Rate this article:
Share this article: