in reply to How do I compile my script so that it becomes a standalone executable?

However, you must know that PerlApp does not "compile" your script.

It encrypts it and places it in an exe file. The related libraries , used packages are also placed there.

When you run the exe, the exe uncompressed the libraries and the source and the interpreter is started. It is almost the same as running "perl your own program".

From my own experience,

Equinox

Originally posted as a Categorized Answer.

  • Comment on Re: How do I compile my script so that it becomes a standalone executable?