Help for this page
&callsub(%hashtopass); sub callsub { ... print "$k => $hashread{$k}\n"; } }
&callsub(\%hashtopass, $otherStuff); sub callsub { ... print "$k => $hashref->{$k}\n"; } }