http://www.perlmonks.org?node_id=686768


in reply to Re^5: Need to get the intersect of hashes
in thread Need to get the intersect of hashes

It seems to me that it makes more sense to have every hash element contain a reference to an array instead of having an array reference in some elements and values in others. That makes your code a _lot_ easier. No checking every time you access it, no do this in some cases/do that in other cases.

--
Wade