blob: d889ee59382ee19093553f99a237ab19694d2002 (
plain) (
blame)
1
2
3
4
5
6
|
This module provides a round roubin object implementation. It is similar
to an iterator, only the internal counter is reset to the begining
whenever it reaches the end. It might also be considered as a circular
iterator.
WWW: http://search.cpan.org/dist/Data-RoundRobin/
|