![]() |
|
No such thing as a small change | |
PerlMonks |
Re: iterating a hash of (complex?) arraysby Roy Johnson (Monsignor) |
on Apr 27, 2005 at 03:56 UTC ( #451843=note: print w/replies, xml ) | Need Help?? |
Is this about what you're looking for?
Notice that you don't generally have to iterate through the index of an array. Note also that you were fetching an array ref into an array (@names). You need to dereference it, as I have done here. Caution: Contents may have been coded under pressure.
In Section
Seekers of Perl Wisdom
|
|