Help for this page

Select Code to Download


  1. or download this
    sub catch_error{
       my ($fh, $str, $location_hash, $cat_hash ) = @_;   
    ...
       delete $location_hash->{'the key'};
       ...
    }