NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
PAR++ (Score:1)
From http://www.autrijus.org/par-intro/slide002.html
What is PAR (Perl Archive Toolkit)?- Do what JAR (Java Archive) does for Perl
- Platform-independent, compressed file format (zip)
- Aggregates modules, scripts and other files into one file
- Easy to generate, update and extract
- Benefit of using PAR:
-
Decreased download and deployment time
-
Saves disk space by compression and selective packaging
-
Version consistency: solves forward-compatibility problems
-
You can also turn a PAR file into a self-contained script
-
Bundles all necessary 3rd-party modules with it
-
Requires only core Perl to run on the target machine
-
If you use perlcc to compile the script...
...you get an executable not even needing core perl
PAR [cpan.org]-- tex
Reply to This
Re:PAR++ (Score:2)
However it just occurred to me,
this is a suboptimal name.
http://www.perl.com/language/ppt/src/par/index.html
Were that I say, pancakes?