Help for this page
sub hash_init { ... return %hash; }
my %hash = hash_init(); ... print Dumper(%hash); untie (%hash);