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