[PLUG] perlcc

Ian Burrell ian at znark.com
Mon Apr 12 20:57:02 UTC 2004


Matt Alexander wrote:
> I have some Perl CGI scripts...  I have various modules installed that
> these scripts use...  Then on the user's machine, I setup Apache, download
> and install Perl, install all the necessary Perl modules, etc.
> 
> Is it possible to use something like perlcc to make an executable that
> already has the required Perl modules built into it?  Then I could simply
> install the executable on the user's machine, setup Apache, and run the
> programs.  
> 

Check out PAR, http://par.perl.org.  It basically bundles the script, 
modules, and Perl interpreter in an executable.  It doesn't compile the 
Perl.

  - Ian

-- 
ian at znark.com
http://www.znark.com/




More information about the PLUG mailing list