my %hash; $hash{ 3,4 } = "array"; $hash{ 3 } = "three"; $hash{ 4 } = "four"; # no collisions!