2006-02-18 22:59:34 +01:00
|
|
|
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.
|
|
|
|
|
2006-02-20 21:50:22 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Iterator-DBI/
|
2006-02-18 22:59:34 +01:00
|
|
|
Author: Eric J. Roode <roode@cpan.org>
|