in reply to Perl to executable without releasing source code?
Are you sure you are using pp correctly?
For me, pp -o hello.exe hello.pl created a stand-alone executable that runs on other PCs that do not have Perl installed and without needing hello.pl
(for non MS Windows, use pp -o hello hello.pl)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl to executable without releasing source code?
by perlnb2015 (Initiate) on Mar 24, 2015 at 18:31 UTC |