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