Help for this page
while( <> ) { }
foreach $ARGV (@ARGV) { open( THISFILE, $ARGV ) || next; while( $_ = <THISFILE> ) { } }
$ grep 'foo' thisfile.txt thisOtherFile.txt