Does anyone know of a good code obsfucator for Perl? I\'m being ask to look into the option of obsfucating code before releasing it to a client. I know obsfucated code can s
An alternative to obfuscation is converting your script to a binary using something like ActiveState's Perl Dev Kit.