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) ?

Replies are listed 'Best First'.
Re^5: what would you like to see in perl5.12? (seek)
by tye (Sage) on Aug 06, 2008 at 12:47 UTC

    Of course.

    - tye