Help for this page
# given a hash: my %hash = (one => 1, two => 2); ... # is equivalent to: print $hash{"one"}, $hash{"two"};