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


in reply to Re: Re: perl2exe - no more secrets
in thread perl2exe - no more secrets

While you are right that many enterprise users want a perl compiler, perl2exe is not a compiler. What it gives you is an executable that contains the perl binary, required libraries, and your script. It allows you to create standalone binaries, but it does not compile your perl to a native application, it simply bundles it with an appropriate perl interpreter.