in reply to perl2exe question
#> pp -o packed.exe source.pl # creates a self-contained binary. Modules can reside in different directories in a PAR file: / # casual packaging only /lib/ # standard location /arch/ # for creating from blib/ /i386-freebsd/ # i.e. $Config{archname} Par was tested on Win32, FreeBSD, Linux, AIX, Solaris with Perl 5.6.1 +and 5.8.0.
Oh, and did I mention it was free (unlike perl2exe)?
Teabag
Sure there's more than one way, but one just needs one anyway - Teabag
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: perl2exe question
by Anonymous Monk on Sep 23, 2003 at 15:15 UTC | |
by teabag (Pilgrim) on Sep 23, 2003 at 15:27 UTC |