Help for this page

Select Code to Download


  1. or download this
       while (my $line = <SUB>) {
         # do something with $line...
    
         # then print it out:
         print $line;
       }