http://qs1969.pair.com?node_id=500996


in reply to Re: Using references as hash keys
in thread Using references as hash keys

Those references were converted to strings, which means that you can't get your reference back by looking at keys. But the more important issue (to the OP) was that identical anonymous arrayrefs will not map to the same hash element. That is, each time you mention $HOR{[1,2,3]}, you're talking about a different element.

Caution: Contents may have been coded under pressure.