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