The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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