Help for this page
while (<>) {...}
pilsner:~ [11:58:42]$ perl -MO=Deparse -e 'while (<>) {}' while (defined($_ = <ARGV>)) { ... (); } -e syntax OK