in reply to Re^4: creating utility in perl
in thread creating utility in perl
Just like the documentation said.
YES!!!# makes packed.exe % pp -o packed.exe source.pl # Now, deploy 'packed.exe' to target machine... # on the target machine now do this.... $ packed.exe
|
|---|