Help for this page
$TheLine = $_; while (my $TheLine = <INPUT>) { # ....etc. }
@lines = <INPUT>; for (@lines) { ... } } }