Magazine Article

Perl Modules for Constructing Iterators

TBMG-5690

09/01/2009

Abstract
Content

The Iterator Perl Module provides a general-purpose framework for constructing iterator objects within Perl, and a standard API for interacting with those objects. Iterators are an object-oriented design pattern where a description of a series of values is used in a constructor. Subsequent queries can request values in that series. These Perl modules build on the standard Iterator framework and provide iterators for some other types of values.

Details
Citation
"Perl Modules for Constructing Iterators," Mobility Engineering, September 1, 2009.
Additional Details
Publisher
Published
Sep 1, 2009
Product Code
TBMG-5690
Content Type
Magazine Article
Language
English