Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Iterator | Distribution: RPMForge repository for Red Hat Enterprise Linux 4 |
Version: 0.03 | Vendor: RPMForge |
Release: 1.el4.rf | Build date: Mon Feb 8 21:06:59 2010 |
Group: Applications/CPAN | Build host: neodyme.arrfab.net |
Size: 36524 | Source RPM: perl-Iterator-0.03-1.el4.rf.src.rpm |
Packager: Fabian Arrotin <fabian.arrotin@arrfab.net> | |
Url: http://search.cpan.org/dist/Iterator | |
Summary: A general-purpose iterator class |
This module is meant to be the definitive implementation of iterators, as popularized by Mark Jason Dominus's lectures and recent book (Higher Order Perl, Morgan Kauffman, 2005). An "iterator" is an object, represented as a code block that generates the "next value" of a sequence, and generally implemented as a closure. When you need a value to operate on, you pull it from the iterator. If it depends on other iterators, it pulls values from them when it needs to. Iterators can be chained together (see Iterator::Util for functions that help you do just that), queueing up work to be done but not actually doing it until a value is needed at the front end of the chain. At that time, one data value is pulled through the chain.
Artistic/GPL
* Wed Feb 03 2010 Christoph Maser <cmr@financial.com> - 0.03-1 - initial package
/usr/lib/perl5/vendor_perl/5.8.5/Iterator.pm /usr/share/doc/perl-Iterator-0.03 /usr/share/doc/perl-Iterator-0.03/Changes /usr/share/doc/perl-Iterator-0.03/MANIFEST /usr/share/doc/perl-Iterator-0.03/META.yml /usr/share/doc/perl-Iterator-0.03/README /usr/share/man/man3/Iterator.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 08:56:54 2024