in reply to Find common values in a hash and print the respective keys

Not exactly sure of what you want to do, but as a starting point, you could sort the keys on the values and then print together the keys where the values match.

  • Comment on Re: Find common values in a hash and print the respective keys

Replies are listed 'Best First'.
Re^2: Find common values in a hash and print the respective keys
by Anonymous Monk on May 26, 2013 at 18:57 UTC
    Thanks guys,
    I figured it out, using array of hashes!
    Cheers!