How many key-value pairs will the hash contain?
my %hash = ( [1, 2] => 1, [1, 2] => 2 );
1
2
3
4
the code will fail
QuizBucket
© 2017 QuizBucket.org