91dc77d3cf
PR: ports/107570 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
6 lines
272 B
Text
6 lines
272 B
Text
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/
|