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

Changes for version 0.04

  • Changed current and currentIndex to refer to the same value (and index) of the last item dispensed by the next method. This is more in line with what they should do. Prior to this version they returned the current index which was actually the one past the last call to next.
  • tested these changes and altered tests which used the old versions.
  • updated documentation to reflect change

Modules

A simple class for iterating over Perl arrays