The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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