Access Menu

Site Navigation

« Not quite meant to be | Main | Dutch handicap »

April 16, 2004

Obfuscated code ~ Perl stuff

For true-blue Perl geeks like myself, the Perl Monks web site is an interesting place which is really worth a regular visit. They have this section called Obfuscated code in which you can discover amazing little jewel snippets. Like this one, for example:


#!/usr/bin/perl
*AUTOLOAD = *_;
sub _ { /:+/; $, .= "$' " }
print Hacker(Perl(another(&Just)));

So what does it do? How does it work? What does it mean?

You now have two choices: 1/ Take the challenge, figure it out yourself, and verify you have the correct answer by clicking the button below, or 2/ Be impatient, immoral, and outcasted from the Perl community by hitting the answer button without raising a pinkie.

Posted at 9:52 AM

0 Comment(s)

Post a comment

Thanks for signing in, . Now you can comment. (sign out)

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)


Remember me?