in reply to Daemon::Generic with perlcc

See perl compiling not working. If your goal is to create an executable packackage containing your scripts and their prerequisite modules try pp (other packaging tools are available).

Replies are listed 'Best First'.
Re^2: Daemon::Generic with perlcc
by eterzella (Initiate) on Mar 30, 2010 at 12:38 UTC

    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

      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.