DynGig-Automata
view release on metacpan or search on metacpan
lib/DynGig/Automata/Sequence.pm view on Meta::CPAN
## additional param are passed from the configuration file
&$logger( "blah" );
&$logger( "%s", 'blah' );
...
};
=head1 MODE
In I<serial> mode, I<target> code must have an exhaustive batching behavior.
e.g. n targets T1 .. Tn into k batches in k iterations of I<target> code
ITERATION TARGET
========= ======
1 T1, T2 .. Tm
2 Tm+1 ..
...
k .. Tn-1, Tn
k+1 undef
In I<serial> mode, the I<target> parameter for plugin is ARRAY.
( run in 0.837 second using v1.01-cache-2.11-cpan-71847e10f99 )