in reply to Re: Daemon::Generic with perlcc
in thread Daemon::Generic with perlcc

I tried using pp, plus the size of executable files were too big ...

For example:

hello.pl

# !/usr/bin/perl

print "Hello World";

File size:

hello.pl 4.0 k

hello.par 3.6 M

Replies are listed 'Best First'.
Re^3: Daemon::Generic with perlcc
by marto (Cardinal) on Mar 30, 2010 at 12:40 UTC

    As previously stated, there are other methods of packaging code. See the par homepage and the pp docs for hints on how to optimise builds.