Help for this page

Select Code to Download


  1. or download this
    [% FOR item IN my_stuff %]
    .[% item %]([% item %])[% "," UNLESS loop.last %]
    [% END %]
    
  2. or download this
    use Template::Stash;
    $Template::Stash::LIST_OPS->{my_weird_join} = sub {
    ...
    };
    # then...
    [% my_stuff.my_weird_join %]