Help for this page

Select Code to Download


  1. or download this
    sub printout {
      my ($lines, $_fh) = @_;
    ...
        print $fh "$line\n";
      }
    } # End printout;