Slashdot Mirror


User: anagogue

anagogue's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:real code on 5th Annual Obfuscated Perl Contest · · Score: 1

    hrm... regex's are SO not the most obfuscated thing in perl... they don't actually DO anything control-wise..

    eval { chomp; ($i ? eval { $i = 0; @thingies = split(/\t/) } : (push @snarf, "$_\n")) } for <SLURP>;

    is when it STARTS to get fun :)