in reply to Create binary image

There is pay software from ActiveState that will allow you to do that. However, recovering the source is a pretty trivial task and the only advantage such a thing gains you is the ability to execute your code independent of an interpreter. See also pdk.

Replies are listed 'Best First'.
Re^2: Create binary image
by bart (Canon) on Mar 17, 2009 at 15:00 UTC
    And PAR, PerlBin and Cava Packager.

    Note that what these utilities do is wrap the script and the interpreter into a single executable, and not actually compile it.