|
|
| "be consistent" | |
| PerlMonks |
Re: How to print key and value of hash in a listby kejohm (Hermit) |
| on May 22, 2011 at 22:34 UTC ( #906209=note: print w/ replies, xml ) | Need Help?? |
|
You could also use the each function, which returns the next key and value pair of the hash, eg.
See each for more info.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||