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:
- Perl2Exe
- PAR, Perl Archiving Toolkit
- Perl Dev Kit
- perlcc
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
You might also like to consider Cava Packager at http://www.cava.co.uk/ if you are using Win32
Thanks. That looks interesting. I’ll give it a try as soon as I get free.