Help for this page
my %hash = ('key1' => 'v1', 'key2' => 'v2'); ... } print %hash; # Prints both key/value pairs