Help for this page

Select Code to Download


  1. or download this
    while (<$in>) { # assigns each line in turn to $_
       #print "Just read in this line: $_";
    ...
          print;
       }
    }