http://www.perlmonks.org?node_id=427238


in reply to Free perl obfuscation service
in thread Writing highly obfuscated code in Perl

I tried it:
print "JAPH\n";
became
print "\x4a\x41\x50\x48\x0a";
I shall say no more ;).