Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Not realy obfuscated, but I like the idea of =pod and =cut reversing their meanings.
<<"=pod"; =pod print "Just another Perl hacker,\n"; =cut print "Not another Perl hacker,\n";
How can I obfuscate the heredoc so it's not obvious what I'm trying to do?
|
|---|