Help for this page

Select Code to Download


  1. or download this
    my %fh; # hash of filehandles
    while ( <> ) {
    ...
    }
    # Close down everything
    close $_ foreach values %fh;