Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Does anyone have experience using the two for creating a single-file distributable executable/script? How would you compare the pro's and con's of each?
As I understand it, FatPacker is the newer (, simpler?), and Pure-Perl solution. It produces Perl script instead of binary. But currently it lacks filters, which in PAR can be used to obfuscate/encrypt source code.
What I want to know is how well each does its job processing real-world/complex Perl modules and applications and what issues they might have.
Also, does anyone use other alternatives?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: FatPacker vs PAR
by Anonymous Monk on May 11, 2011 at 08:54 UTC | |
by Anonymous Monk on May 12, 2011 at 00:46 UTC | |
by arpad.szasz (Pilgrim) on May 12, 2011 at 20:45 UTC | |
Re: FatPacker vs PAR
by GrandFather (Saint) on May 11, 2011 at 04:08 UTC | |
Re: FatPacker vs PAR
by ww (Archbishop) on May 11, 2011 at 18:08 UTC |