Help for this page
while( <> ) { print "First: $_"; ... while( <> ) { print; }
my $args= @ARGV; if( ! eof() # Prime the <> pump ... while( <> ) { print; }