PAR::Tutorial 0.941 review

Download
by rbytes.net on

PAR::Tutorial is a cross-platform Packaging and Deployment with PAR. SYNOPSIS This is a tutorial on PAR, first appeared at the

License: Perl Artistic License
File size: 190K
Developer: Audrey Tang
0 stars award from rbytes.net

PAR::Tutorial is a cross-platform Packaging and Deployment with PAR.

SYNOPSIS

This is a tutorial on PAR, first appeared at the 7th Perl Conference. The HTML version of this tutorial is available online as http://aut.dyndns.org/par-tutorial/.

On Deploying Perl Applications

% sshnuke.pl 10.2.2.2 -rootpw="Z1ON0101"
Perl v5.6.1 required--this is only v5.6.0, stopped at sshnuke.pl line 1.
BEGIN failed--compilation aborted at sshnuke.pl line 1.

Q: "Help! I can't run your program!"
A1: Install Perl & perl -MCPAN -e'install(...)'
How do we know which modules are needed?
New versions of CPAN modules may break sshnuke.pl
A2: Install Perl & tar zxf my_perllib.tgz
Possibly overwriting existing modules; not cross-platform at all
A3: Use the executable generated by perlcc sshnuke.pl
Impossible to debug; perlcc usually does not work anyway

Requirements:
Perl

PAR::Tutorial 0.941 search tags