NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Surprising? (Score:2)
Really you (or whoever is the programmer) shouldn't try and do so much in the for (...) bit. If you're going to use the C-style for loop you really should try and limit yourself to the three simple steps: define variable, test variable, increment variable. Anything beyond that is pure obfuscation.
Re:Surprising? (Score:1)
Maybe he's memorized some favorite algorithm.