Main > Programming > Libraries >

Iterator::Util 0.02

Iterator::Util 0.02

Sponsored Links

Iterator::Util 0.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.020 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 890
Date added: 2007-05-18
Publisher: Eric J. Roode

Iterator::Util 0.02 description

Iterator::Util Perl package contains essential utilities for the Iterator class.

SYNOPSIS

use Iterator::Util;

# Transform sequences
$iterator = imap { transformation code } $some_other_iterator;

# Filter sequences
$iterator = igrep { condition code } $some_other_iterator;

# Range of values (arithmetic sequence)
$iter = irange ($start, $end, $increment);
$iter = irange ($start, $end);
$iter = irange ($start);

# Iterate over an arbitrary list
$iter = ilist (item, item, ...);
$iter = ilist (@items);

# Iterate over an array, by reference
$iter = iarray (@array);

# Return at most $num items from an iterator
$iter = ihead ($num, $some_other_iterator);
@values = ihead ($num, $some_other_iterator);

# Append multiple iterators into one
$iter = iappend ($it1, $it2, $it3, ...);

# Apply a function to pairs of iterator values
$iter = ipairwise {code} $iter_A, $iter_B;

# Skip the first $num values of an iterator
$iter = iskip ($num, $some_other_iterator);

# Skip values from an iterator until a condition is met
$iter = iskip_until {code} $some_other_iterator;

# Mesh iterators together
$iter = imesh ($iter, $iter, ...);
$iter = izip ($iter, $iter, ...);

# Return each value of an iterator once
$iter = iuniq ($another_iterator);

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.

Iterator::Util 0.02 Screenshot

Advertisements

Iterator::Util 0.02 Keywords

Bookmark Iterator::Util 0.02

Hyperlink code:
Link for forum:

Iterator::Util 0.02 Copyright

WareSeeker periodically updates pricing and software information of Iterator::Util 0.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Iterator::Util 0.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Iterator::IO is a Perl module with filesystem and stream iterators. Free Download
Iterator is a general-purpose iterator class. Free Download
Iterator::Misc Perl module package contains miscellaneous iterator functions. Free Download
Crypt::Util is a lightweight Crypt/Digest convenience API. Free Download
Array::Iterator is a simple class for iterating over Perl arrays. Free Download
StealIt is a service menu to take ownership on selected file/directory. Free Download
SQL::Generator is a Perl module to generate SQL-statements with oo-perl. Free Download
Params-Util is a simple, compact and correct param-checking functions. Free Download