in reply to Perl 'executable'

... deploying a Perl script -- which can be read ...

shmem wrote a very high-ranked node on the topic of transforming perl-scripts to .exe-format to prevent them from being read: Uncool Use Of Perl: perl2exe. decompile quick steps. So please be aware of that risk (or rethink your security-approach)

HTH, Rata

Replies are listed 'Best First'.
Re^2: Perl 'executable'
by Marshall (Canon) on Oct 24, 2010 at 06:13 UTC
    shmem is right about perl2exe. PerlApp is more difficult. You won't find any text strings to display. In older versions, they just XOR'd the script with a fixed string. What they do now is more sophisticated and harder to figure out. But at some level of effort, it is possible to figure out. This is not NSA encryption!

    I figure a main question is would be what the OP is trying to protect against? Insertion of malicious code? "Stealing" his software?