Ask a Question related to PERL Modules, Design and Development.
-
Eric J. Roode #1
ANNOUNCE: Iterator v0.02 and associated modules.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Version 0.02 of the following modules
Iterator
Iterator::Util
Iterator::IO
Iterator::DBI
Iterator::Misc
were released today and are available on CPAN.
Iterator is an object encapsulation of the iterator pattern
popularized by Mark Jason Dominus, in his lectures and recent book
Higher Order Perl.
An Iterator is a device for looping over data (generated, found, or
hardcoded) one value at a time, instead of pre-loading the data into
an array and processing it there. Iterators aren't perfect for every
task, but they can make some tasks significantly easier and more
efficient.
Iterator::Util contains many essential utility functions for creating
and operating on Iterators.
Iterator::IO contains iterator functions for walking through files
(streams) and directories.
Iterator::DBI contains iterator functions for looping over record
sets returned by the DBI module.
Iterator::Misc contains various miscellaneous Iterator functions,
that are perhaps not general enough to include in Iterator::Util.
I hope you enjoy these modules and find them useful.
- --
Eric
`$=`;$_=\%!;($_)=/(.)/;$==++$|;($.,$/,$,,$\,$",$;,$^,$#,$~,$*,$:,@%)=(
$!=~/(.)(.).(.)(.)(.)(.)..(.)(.)(.)..(.)......(.)/,$"),$=++;$.++;$.++;
$_++;$_++;($_,$\,$,)=($~.$"."$;$/$%[$?]$_$\$,$:$%[$?]",$"&$~,$#,);$,++
;$,++;$^|=$";`$_$\$,$/$:$;$~$*$%[$?]$.$~$*${#}$%[$?]$;$\$"$^$~$*.>&$=`
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32) - WinPT 0.7.96rc1
iD8DBQFDC6cxY96i4h5M0egRArxtAJ0d5fND2VyOXP9qQmGcNm BSrLbCmgCeJk9S
guJKlGeLJrD5zYxbiN/zl3k=
=hl4N
-----END PGP SIGNATURE-----
Eric J. Roode Guest
-
What's the iterator when using CFGRID?
new to CF7, and was wondering how would i output/alert the PK (primary key) when looping through the results using CFGRID? easily done when output'n... -
Semi-Announce: Iterator.pm and related modules
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, I wish to announce Iterator.pm, and associated modules Iterator::Util,... -
[ann] iterator 0.1
homepage: http://raa.ruby-lang.org/list.rhtml?name=iterator download: http://rubyforge.org/download.php/213/iterator-0.1.tar.gz About ===== -
Any way to advance to an iterator prematurely?
All- In the code below, is there an way to put a condition just before <do a big bunch of stuff?> that will cause the iterator to advance to the... -
How to I Iterator through a CheckBoxList?
This is an ASP.NET using C# website



Reply With Quote

