Help for this page
sub my_sub (\%) { ... } my_sub(%hash);
sub my_sub (\%); my_sub(%hash); sub my_sub (\%) { ... }