http://www.perlmonks.org?node_id=357055


in reply to Re: Why Doesn't each() DWIM?
in thread Why Doesn't each() DWIM?

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.