|
|
| "be consistent" | |
| PerlMonks |
Re: Re: Why Doesn't each() DWIM?by enoch (Chaplain) |
| on May 27, 2004 at 21:12 UTC ( #357055=note: print w/ replies, xml ) | Need Help?? |
|
hashes never, never, never have any meaningful order to them.Right, right. I am not asking that a hash have order; rather, I just want each call to each to iterate over the entire hash; rather than having to make an explicit reset call (my $x = keys %hash) between calls to each.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||