in reply to Re: Packaging Perl
in thread Packaging Perl

Thanks for the recommendation. :-) I should also note that the "pp" utility included with PAR.pm also makes it very easy to generate self-contained perl scripts (that only require the perl binary to run), or self-contained executables (think perl2exe).

Depending on your scenario you may find one or the various options offered by PAR more helpful than others.

/Autrijus/