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


in reply to Comparing two hashes

Something like...

1. Create an outer for loop on 1st hash.
2. Create an inner for loop on the 2nd hash.
3. If keys and values of 2nd hash element is equal to the 1st hash element, then they are the same.