knsridhar has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks
I have a hash whose keys are unique but the values might be repeated. Like
%hash = (1 => 'One', 2 => 'Two', 3 => 'One');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting the keys of identical values in a hash
by jdporter (Paladin) on Sep 14, 2005 at 13:59 UTC | |
by knsridhar (Scribe) on Sep 15, 2005 at 09:08 UTC | |
|
Re: Getting the keys of identical values in a hash
by Zaxo (Archbishop) on Sep 14, 2005 at 13:39 UTC | |
by QM (Parson) on Sep 14, 2005 at 13:50 UTC | |
|
Re: Getting the keys of identical values in a hash
by svenXY (Deacon) on Sep 14, 2005 at 13:46 UTC | |
|
Re: Getting the keys of identical values in a hash
by chester (Hermit) on Sep 14, 2005 at 13:51 UTC |