Help for this page
#!/usr/bin/perl use strict; ... # working hard # but never using the hashes again }
my $res = my_func( \%hash ); # not: my_func( %hash );