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.
Don't do too much work (Score:2)
Reply to This
Re:Don't do too much work (Score:1)
while (@_ = map eof() ? () : scalar , 1..$n) { # ...
}Courtesy of the guys from the FWP list :-)