Question #47: How many key-value pairs will the hash contain? 60% on 110 times asked
my %hash = ( [1, 2] => 1, [1, 2] => 2 );