in reply to Obfuscate my perl code

Well.. I did find this on freshmeat:

RJ's Perl Obfuscator

I have not personally tried it out, not having any need to add extra obfuscation to my already messy code, but it might do what you need. According to the appindex record it randomizes subroutine and variable names, removes whitespace, tabbing and comments from your code.

Replies are listed 'Best First'.
RE: Re: Obfuscate my perl code
by Anonymous Monk on Oct 29, 2000 at 11:37 UTC
    arg. I used that script on a simple script trying to impress an intern with "perl power." If I remember correctly, the script changes all of your strings as well.