|
|
| No such thing as a small change | |
| PerlMonks |
Re(2): while(<>) { ... } considered harmfulby FoxtrotUniform (Prior) |
| on Sep 08, 2002 at 01:24 UTC ( #195951=note: print w/ replies, xml ) | Need Help?? |
|
I believe that's a minimal demonstration of a bug, rather than "real" code. On the subject of while(<>) vs. while(my $line = <>), I tend to prefer the former:
I haven't really thought about it, but if a loop's so complex that you have to assign to an explicit iterator variable just to figure out what's going on (as opposed to a loop where defaulting to $_ would be inappropriate for other reasons), it's probably an indication that the loop needs simplifying. --
In Section
Meditations
|
|
||||||||||||||||||||||