Help for this page

Select Code to Download


  1. or download this
    my $options = [ qw(one two three) ];
    
    $TMPL->process('somewhere.tmpl', {
       myopts => $options
    } );
    
  2. or download this
    
    [% PROCESS "another.tmpl"
    ...
          map { {value => $_} } myopts
       ]
    %]