From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234 <select name="second">[% FOREACH item = second %] <option value="[% item.value %]" [% item.selected %]>[% item.label %]</option>[% END %]</select>
<select name="second">
[% FOREACH item = second %]
<option value="[% item.value %]" [% item.selected %]>[% item.label %]</option>[% END %]
</select>