in reply to Re: equal keys in a hash
in thread equal keys in a hash
Your code just recreates the original hash quite expensively.%intermediate_hash = reverse %hash_with_duplicates; %hash_without_duplicates = reverse %intermediate_hash;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: equal keys in a hash
by hardburn (Abbot) on Jun 26, 2003 at 17:38 UTC | |
|
Re: Re: Re: equal keys in a hash
by xdg (Monsignor) on Jun 26, 2003 at 17:42 UTC |