Help for this page
while (condition) { ... } .... }
while (my $line = <INFILE>) { ... # chomp is not necessary ... }