Help for this page
my %hash = (one => 1, two => 2, three => 3); ... $key, $hash{$key} .
three 3 one 1 two 2