Help for this page
sub foo(\%) { ... # do something with it... $h->{"FOO"} = "Hello, world!"; }
my %stash; foo(\%stash);