in reply to Indepedent lazy iterators for the same hash?

I imagine its theoretically possible :)  $ perl -MDevel::Peek -e " %f=1..10; Dump\%f; scalar each %f;Dump\%f; "

update : This looks interesting

hash iterator hash iterator

Hash::StoredIterator - Functions for accessing a hashes internal iterator.

Replies are listed 'Best First'.
Re^2: Independent lazy iterators for the same hash?
by Happy-the-monk (Canon) on Jun 30, 2013 at 18:44 UTC

    Hash::StoredIterator - Functions for accessing a hashes internal iterator.

    Wooooot! That's great news (for me at the least). Thanks, Anony!

    Cheers, Sören

    (hooked on the Perl Programming language)