BengalsRock has asked for the wisdom of the Perl Monks concerning the following question:
I want to find out all of the keys that point to burger in the hash. Or if more than one exists... Any ideeas? What is the one to many rule that applies to perl hashes? Thank you humbly in advance oh great ones :-)$sandwichHash{cheeseburger}=burger; $sandwichHash{doubhecheeseburger}=burger;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: One to many hash question
by jettero (Monsignor) on May 06, 2008 at 18:07 UTC | |
|
Re: One to many hash question
by dragonchild (Archbishop) on May 06, 2008 at 18:10 UTC | |
|
Re: One to many hash question
by apl (Monsignor) on May 06, 2008 at 18:34 UTC | |
by BengalsRock (Initiate) on May 06, 2008 at 18:43 UTC | |
by GrandFather (Saint) on May 06, 2008 at 22:00 UTC | |
|
Re: One to many hash question
by locked_user sundialsvc4 (Abbot) on May 07, 2008 at 02:54 UTC |