in reply to Help with pp - Perl Packer
I'd recommend looking over the documentation for pp to get familiar with the various options.
It would be more helpful for others to understand your problem better if you included more details on what didn't work as well as some information of the code itself.
Based on what you say that you used (pp -o file.out file.pl), I think that what happened is that the pp utility didn't pick up all of the needed modules (and/or possibly needed libraries). I'd recommend using the -c and -x options (NOTE: those are lowercase letters - see the documentation of pp for more details). You may need to even use other options to manually include needed modules and/or libraries.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help with pp - Perl Packer
by perloHolic() (Beadle) on Jan 29, 2015 at 16:38 UTC | |
by dasgar (Priest) on Jan 29, 2015 at 16:57 UTC | |
by perloHolic() (Beadle) on Jan 29, 2015 at 17:08 UTC |