Perl::Compile::Package::PAR
As a follow up on my prior posts:
May 2004
Apr 2003
PAR is excellent tool to package Perl scripts, the Perl interpreter, and any modules your script is dependent on into an EXE file. My biggest pain in the past has been to get PAR installed. Well I went through the pain again the past couple days and found a much more foolproof method, if you already have Perl properly installed and supporting PPM module installation. (e.g. download and run the MSI from www.activestate.com)
The following will install PAR and all the modules it depends on:
ppm install http://www.bribes.org/perl/ppm/PAR.ppd
No comments:
Post a Comment