in reply to Error when compiling perl-script to executable

perlcc docs have this:
The code generated in this way is not guaranteed to work. The whole codegen suite (perlcc included) should be considered very experimental. Use for production purposes is strongly discouraged.
If it is a web application that you are trying to speed up, you may try mod_perl. You may also be interested in FastCGI and SpeedyCGI.

Cheers.

  • Comment on Re: Error when compiling perl-script to executable