http://www.perlmonks.org?node_id=652196

TomKane has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have experience with the tools that create .exe files from perl scripts?

I've just read that perlcc is not recommended for any kind of production code. Do either perl2exe or perlapp meet that standard?

I need to create stable, solid, bullet-proof, stand-alone executables that are suitable for distribution to end users. I want to distribute my apps free, but they have to be reliable.

Thanks for any feedback.