aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Iterator-Util/pkg-descr
blob: 58a45b6f99d751d0851144aba39e2c4bdb94117a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This module implements many useful functions for creating and manipulating 
iterator objects.

An "iterator" is an object, represented as a code block that generates the 
"next value" of a sequence, and generally implemented as a closure. For 
further information, including a tutorial on using iterator objects, see 
the Iterator documentation.

WWW: http://search.cpan.org/dist/Iterator-DBI/
Author: Eric J. Roode <roode@cpan.org>