Help for this page

Select Code to Download


  1. or download this
           $TheLine = $_;
              while (my $TheLine = <INPUT>) {
               # ....etc.
              }
    
  2. or download this
          @lines = <INPUT>;
              for (@lines) {
    ...
                   }
                 }
              }