NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
iterators? (Score:1)
Somehow, and surprisingly, none of the iterator type modules I saw in a quick CPAN seach do the trick with less finger pain. But there's always the option of $_ if you don't need the lexical:
For small scopes, I find I often revert to single letters.
--dagolden
Re: (Score:2)
Re:iterators? (Score:1)
Yeah. :-(
I "got it" after I posted my reply and didn't even see it in my copy/paste.
-- dagolden
Reply to This
Parent