in reply to Re: Perl Compiler
in thread Perl Compiler

Gaaah! Not perl2exe. That is NOT a compiler, unless you mean compiler in the sense of "aggregator". It does nothing to turn Perl into precompiled bytecodes; it merely bundles your program together with ALL of the perl distribution so that you create a one-click installer.

I cringe whenever I see that now. It is marketed in such a misleading way.