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


in reply to Re^3: what would you like to see in perl5.12? (seek)
in thread what would you like to see in perl5.12?

But say you have a hash like
%capital = ( France => 'Paris', England => 'London', Hungary => 'Budapest', );
and you seek to 'Russia'. Should the next call to each behave as if all the elements had been read (i.e. return end-of-hash) ?