![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: How to print key and value of hash in a listby spazm (Monk) |
on May 22, 2011 at 22:07 UTC ( #906207=note: print w/replies, xml ) | Need Help?? |
values will return an array of values from a hash. The array will be in hash-sorted order. Similarly keys will return an array of keys from a hash. The order of the two arrays will match.
In Section
Seekers of Perl Wisdom
|
|