Help for this page

Select Code to Download


  1. or download this
    #############
    sub build_hash
    ...
        close ($errorfile);
        return %hash or confess "unable to return\n";
    }