Your snippet isn't doing what you think it is; using -MO=Deparse,-p shows that it really is doing a defined() check.
$|++; $/=\1; print "[$_]" while ($_=<>, $_) __END___ abcd [a][b][c][d][ ]0000000000000
(I see no holes with sauoq's response, though.)
In reply to Re: Re: Re: To Kill a Meme: while(defined($line = <>))
by theorbtwo
in thread To Kill a Meme: while(defined($line = <>))
by sauoq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |