Help for this page
my %hash = (1, 2, 3, 4, 5, 6);
my %hash = (1=>2, 3=>4, 5=>6);
my %quotes_hash = ("bob","carol", "ted","alice"); # vs. my %noquotes_hash = (bob=>"carol", ted=>"alice");