Help for this page
[% FOREACH option = element.value %] [%- option -%] [% END %] # this is equivalent to writing those three directives on a single lin +e: # [% FOREACH option = element.value %][% option %][% END %]
my $template = Template->new( { ... POST_CHOMP => 1, } );