Re: Deleting duplicate values in hash of hashes
- From: "Mumia W." <mumia.w.18.spam+nospam.usenet@xxxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 21:18:27 GMT
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.
.
- References:
- Deleting duplicate values in hash of hashes
- From: sunckell
- Deleting duplicate values in hash of hashes
- Prev by Date: Re: Malformed utf8; where's the null byte coming from?
- Next by Date: Re: Professional IDE for a cross-platform Perl application
- Previous by thread: Deleting duplicate values in hash of hashes
- Index(es):