Dan Sugalski writes:
: I have had the "Well, Duh!" flash, though, and now do realize that having 
: multiple iterators over a hash or array simultaneously could be rather handy.

You can also have the opposite "Well, Duh!" flash and realize that most
DBM implementations only support a single iterator at a time.  For some
definition of support.  That's the main reason for Perl's current
limitation.

Larry

Reply via email to