in reply to Obfuscating a Perl script's source code

The problem with "automatically" making a script harder to read is that it is usually quite trivial to "automatically" make it readable again. Far better to try your hand at some Obfuscation - see the section there for plenty of code that is "hard to read."

  • Comment on Re: Obfuscating a Perl script's source code