The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Template::Plugin::Shuffle - TT Vmethods for shuffling lists

SYNOPSIS

  [% USE Shuffle %]
  [% FOREACH item = items.shuffle %]
  Name: [% item.name %]
  [% END %]

DESCRIPTION

Template::Plugin::Shuffle is a TT plugin to define Virtual Methods to shuffle a list variable.

AUTHOR

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.

SEE ALSO

Algorithm::Numerical::Shuffle, Template