http://qs321.pair.com?node_id=1099717

jumpingmonkey has asked for the wisdom of the Perl Monks concerning the following question:

How do I compare 2 hash tables where values are stored in arrays in each hash? eg
Hash 1 Key = abc Value = (1,2,3,4) Hash 2 Key = abc Value = (1,3)
Report what is missing in Hash 1 or 2. Short code is preferred :)