Help for this page

Select Code to Download


  1. or download this
    my $Max_FH=1000; # Maximum # file handles you want
    my %FHList;      # Holds file handles we've opened so far
    ...
        }
        return $FHList{$key};
    }