Help for this page
sub myroutine { $hash_ref = (shift); ... } myroutine(\%thishash);
die "Not a HASH reference" unless (ref($hash_ref) eq "HASH");