Template::Plugin::Shuffle - TT Vmethods for shuffling lists
[% USE Shuffle %] [% FOREACH item = items.shuffle %] Name: [% item.name %] [% END %]
Template::Plugin::Shuffle is a TT plugin to define Virtual Methods to shuffle a list variable.
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.