From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<select name="second">
[% FOREACH item = second %]
<option value="[% item.value %]" [% item.selected %]>[% item.label %]</option>[% END %]
</select>