Help for this page
while (my $line = <MYFILE>) { ... # Do stuff here }
while (<MYFILE>) { ... # Do stuff } }