in reply to Obfuscate my perl code

perl2c project? perl2exe on winnt?

You could always encrypt your code and store it in your script. Then the script could unencrypt it, write it out to a file, and then execute that file. Incredibly insecure though...