Help for this page
sub sort_and_print_hash_keys (\%) { my %hash = %{shift()}; ... } print "\n"; }
sub sort_and_print_hash_keys (\%) { my $hash = shift; ... } print "\n"; }