Home Perl snippets

Perl snippets

Attention: open in a new window. PDFPrintE-mail

If you need to create a binary from your perl file you have different ways to do that.

1. perlcc -o hello hello.pl

2 pp -o hello hello.pl 

For the second option you must install the Perl Packager (pp) from PAR, Installable via CPAN:  install PAR:Packager