69af487fe0
Tie::Cycle is a Perl module that makes it possible to tie a list of values that can then be looped trough forever. That is the value after the last is the first in the list is the first value in the list.
3 lines
205 B
Text
3 lines
205 B
Text
Tie::Cycle is a Perl module that makes it possible to tie a list of
|
|
values that can then be looped trough forever. That is the value after
|
|
the last is the first in the list is the first value in the list.
|