$hash{1,2,3,4} = 'one'; $hash{1,2,3,5} = 'two'; print $hash{1,2,3,4},$hash{1,2,3,5}; __END__ onetwo