Help for this page

Select Code to Download


  1. or download this
    while ( $line = <FH> ) { 
      # do stuff to $line
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    4
    5
    6