Converting Perl scripts into Perl executable files.

There comes a time when, as a Perl programmer, you want to compile your Perl scripts into executables and distribute them. Although I am an advocate of Open Source Software, at work, I am often *required* to eventually convert the Perl scripts I have written into binaries.

For those Perl programmers who are looking for ways to do that, here are a couple of softwares:

Of the four, I’ve actually ever used Activestate’s Perl Dev Kit on Windows and ‘perlcc’ on Linux. Mind you, the former is a commerical software. The latter comes bundled with the stock Perl distribution (on Linux systems, at least).

2 Comments

  1. Posted 7 November, 2007 at 2:24 am | Permalink | Reply

    You might also like to consider Cava Packager at http://www.cava.co.uk/ if you are using Win32

  2. Posted 7 November, 2007 at 6:28 am | Permalink | Reply

    Thanks. That looks interesting. I’ll give it a try as soon as I get free.

Post a Comment

Your email is never shared. Required fields are marked *

*
*