Re: Deleting duplicate values in hash of hashes



sunckell wrote:
hello everyone,

Hello


$HoH{$msgid}{status}
[...]
The problem I am having is that MS Exchange is sending multiple
messages, where the $HoH{$msgid}{exchange} is the same value, but the
$HoH{$msgid} value is different.

Is there a way I can remove duplicate $HoH{$msgid}{exchange} values is
the message id is different?

I thought I could see if it was defined before I populated the hash..
But I am not even getting close to the results I thought I would get..
[...]

Create a hash of exchanges and check that an item is not already in the exchanges hash before adding it to the HoH.

.