Help for this page
my_program inputfile outputfile
my $whatever = <>;
while (<>) { ... # code for each line ... ... # code for each line } }