The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "iterator"

Iterator - A general-purpose iterator class. River stage two • 7 direct dependents • 90 total dependents

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 generate...

ROODE/Iterator-0.03 - 10 Oct 2005 19:03:42 UTC - Search in distribution

Iterator::Simple - Simple iterator and utilities River stage two • 10 direct dependents • 15 total dependents

Iterator::Simple is yet another general-purpose iterator utilities. Rather simple, but powerful and fast iterator....

MICHAEL/Iterator-Simple-0.07 - 07 Dec 2017 15:59:16 UTC - Search in distribution

Iterator::IO - Filesystem and stream iterators. River stage one • 1 direct dependent • 1 total dependent

This module provides filesystem and stream iterator functions. See the Iterator module for more information about how to use iterators....

ROODE/Iterator-IO-0.02 - 23 Aug 2005 21:45:14 UTC - Search in distribution

UR::Iterator - API for iterating through data River stage one • 1 direct dependent • 1 total dependent

UR::Iterator instances implement the iterator pattern. These objects can be created with either a list of values, or by applying a mapping function to another iterator. UR::Iterator instances are normal Perl object references, not UR-based objects. T...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

Ace::Iterator - Iterate Across an ACEDB Query River stage one • 1 direct dependent • 1 total dependent

The Ace::Iterator class implements a persistent query on an Ace database. You can create multiple simultaneous queries and retrieve objects from each one independently of the others. This is useful when a query is expected to return more objects than...

LDS/AcePerl-1.92 - 11 Nov 2008 16:47:31 UTC - Search in distribution
  • Ace - Object-Oriented Access to ACEDB Databases

Iterator::DBI - An iterator for returning DBI query results. River stage zero No dependents

This module contains a function to return an iterator (see the Iterator module) that returns the rows of a database query, one at a time. This is marginally more useful than simply calling prepare and execute, and then repeatedly calling fetchrow_has...

ROODE/Iterator-DBI-0.02 - 23 Aug 2005 21:44:55 UTC - Search in distribution

Sub::Iterator - Generate iterator coderefs River stage three • 2 direct dependents • 554 total dependents

PERLANCAR/Sub-Iterator-0.01 - 17 Jan 2015 05:37:18 UTC - Search in distribution

DBIx::Iterator - Query your database using iterators and save memory River stage zero No dependents

Iterators are a nice way to perform operations on large datasets without having to keep all of the data you're working on in memory at the same time. Most people have experience with iterators already from working with filehandles. They are basically...

ROBINS/DBIx-Iterator-0.0.2 - 24 Mar 2013 11:03:21 UTC - Search in distribution

File::Iterator - an object-oriented Perl module for iterating across files in a directory tree. River stage zero No dependents

SWHITAKER/File-Iterator-0.14 - 14 Mar 2007 15:48:30 UTC - Search in distribution

Hash::Iterator - Hashtable Iterator. River stage zero No dependents

MIRKOS/Hash-Iterator-0.002 - 18 Oct 2017 12:26:38 UTC - Search in distribution

Iterator::File - A file iterator, optionally stateful and verbose. River stage zero No dependents

"Iterator_File" is an attempt to take some repetition & tedium out of processing a flat file. Whenever doing so, I found myself adapting prior scripts so that processes could be resumed, emit status, etc. Hence an itch (and this module) was born....

WREARDON/Iterator-File-1.01 - 19 Jun 2008 04:02:09 UTC - Search in distribution

Iterator::Flex - Iterators with flexible behaviors River stage zero No dependents

Note! "Iterator::Flex" is alpha quality software. What is It? "Iterator::Flex" provides iterators that can: * rewind to the beginning, keeping track of state (e.g. cycles which always know the previous value). * reset to the initial state * serialize...

DJERIUS/Iterator-Flex-0.18 - 03 Nov 2023 23:45:30 UTC - Search in distribution

Iterator::Misc - Miscellaneous iterator functions. River stage zero No dependents

This module contains miscellaneous iterator utility functions that I think aren't as broadly useful as the ones in Iterator::Util. They are here to keep the size of Iterator::Util down. For more information on iterators and how to use them, see the I...

ROODE/Iterator-Misc-0.03 - 26 Aug 2005 18:47:43 UTC - Search in distribution

Iterator::Util - Essential utilities for the Iterator class. River stage two • 1 direct dependent • 82 total dependents

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 in...

ROODE/Iterator-Util-0.02 - 23 Aug 2005 21:47:43 UTC - Search in distribution

LINQ::Iterator - a LINQ collection with an iterator backend River stage one • 1 direct dependent • 1 total dependent

TOBYINK/LINQ-0.003 - 20 Oct 2022 15:18:58 UTC - Search in distribution

Lazy::Iterator - Objects encapsulating a set of lazy evaluation functions. River stage zero No dependents

Objects encapsulating a set of lazy evaluation functions, meaning you can combine them using the "l_*" functions from "Lazy::Util"....

COFFEE/Lazy-Util-0.004 - 01 Jul 2017 17:51:42 UTC - Search in distribution

Teng::Iterator - Iterator for Teng River stage two • 18 direct dependents • 21 total dependents

This is an iterator class for Teng....

ANATOFUZ/Teng-0.34 - 14 Sep 2023 03:02:53 UTC - Search in distribution
  • Teng - very simple DBI wrapper/ORMapper

Array::Iterator - (ADOPTME) A simple class for iterating over Perl arrays River stage one • 5 direct dependents • 7 total dependents

This class provides a very simple iterator interface. It is uni-directional and can only be used once. It provides no means of reversing or resetting the iterator. It is not recommended to alter the array during iteration, however no attempt is made ...

PERLANCAR/Array-Iterator-0.132 - 21 Nov 2023 04:19:31 UTC - Search in distribution

Class::Iterator - Iterator class River stage two • 1 direct dependent • 28 total dependents

Class::Iterator is a generic iterator object class. It use a closure an wrap into an object interface. new(\&closure_generator) This is the constructor. The argument is a sub which look like sub closure_generator { my $private_data; return sub { # do...

TEXMEC/Class-Iterator-0.3 - 28 Jan 2004 20:31:40 UTC - Search in distribution

Iterator::Files - Iterate through the contents of a list of files River stage one • 1 direct dependent • 1 total dependent

Iterator::Files can be used to retrieve the contents of a series of files as if it were one big file, in the style of the "<>" (Diamond) operator. Just like "<>" it returns the records of all files, one by one, as if it were one big happy file. In-pl...

JV/Iterator-Diamond-1.01 - 28 Feb 2016 21:30:06 UTC - Search in distribution
940 results (0.109 seconds)