[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Iterators



Survey: Am I the only one who's coded Perl for 15 years now and never knew
about iterators?

http://www.perl.com/pub/a/2005/06/16/iterators.html

while ( my $item = $next->() ) {     # what??  

Laugh,

j