|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Finding something in hashes of hashesby bobf (Monsignor) |
| on Dec 28, 2009 at 00:52 UTC ( #814562=note: print w/ replies, xml ) | Need Help?? |
|
This sounds fairly straightforward. What have you tried? The sub is given a hashref ($families) and the value of a key in the inner hash ('bart'). The key to look in is specified in the sub name ('kid'). In pseudocode, I would do something like this:
I hope that gets you started. Feel free to come back with more specific questions. Good luck!
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||