On Monday 21 July 2008 10:08:50 Ted Zlatanov wrote:
> I just don't like creating extra iterator variables. It feels> so... Java-ish :)
If the question is between superglobal-per-iterable iterators as in Perl 5 or
multiple-no-shared-state-per-iterable iterators as in Java, I choose the
correct one. That's Java, for once.
-- c