Manpage of Test::Harness::Iterator

Google
Web www.fiveanddime.net

Test::Harness::Iterator

Section: Perl Programmers Reference Guide (3pm)
Updated: 2001-09-21
Index Return to Main Contents
 

NAME

Test::Harness::Iterator - Internal Test::Harness Iterator  

SYNOPSIS

  use Test::Harness::Iterator;
  my $it = Test::Harness::Iterator->new(\*TEST);
  my $it = Test::Harness::Iterator->new(\@array);

  my $line = $it->next;

 

DESCRIPTION

FOR INTERNAL USE ONLY!

This is a simple iterator wrapper for arrays and filehandles.  

new()

Create an iterator.  

next()

Iterate through it, of course.


 

Index

NAME
SYNOPSIS
DESCRIPTION
new()
next()

This document was created by man2html, using the manual pages.
Time: 21:21:43 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net