in reply to
Obfuscation: Text munging techniques
Mundane, but...:
pack()
with the 'u' format would uuencode the text.
ord()
and/or
chr()
reverse
I look forward to seeing more clever repsonses :)
Comment on
Re: Obfuscation: Text munging techniques
In Section
Seekers of Perl Wisdom