Help for this page
while (my $theLine = <INPUT>) {
while (my $TheLine = <INPUT>) { ... } print OUTPUT "$TheLine"; }