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

Changes for version 0.08 - 2012-03-28

  • peek(), look_back(), has_next(), has_previous() now accept optional integer argument for arbitrary lookup, e.g. peek(2) looks at the next next item, peek(1) is the same as peek() (implemented by Alexey Surikov, github#2).

Modules

A subclass of Array::Iterator to allow forwards and backwards iteration
A subclass of Array::Iterator to allow circular iteration
A subclass of Array::Iterator to allow reuse of iterators