mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
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: https://metacpan.org/release/Iterator-DBI
|