Help for this page
for my $file (@ARGV ? @ARGV : '-') { my $fh; ... } while (<$fh>) { do_whatever( $_ ) } }