in reply to Usage patterns strike back
-but-while (defined($_ = <DATA>)) { last; }
The second form doesn't actually assign the line into any variable.while (-<DATA>) { print $_; }
(Of course, a negative "Just" is still not negative.)
--
[ e d @ h a l l e y . c c ]
|
|---|