in reply to Re: Eliminate exact duplicates from array of hashes
in thread Eliminate exact duplicates from array of hashes

Interesting approach, thank you. However, it does not seem to work. It eliminates only 1 duplicate, while there are much more exact duplicates in my array (I guess it has to do with the order of the couples key/values inside the hash).

  • Comment on Re^2: Eliminate exact duplicates from array of hashes