The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234 <select name="month">[% FOREACH item = month %] <option value="[% item.value %]" [% item.selected %]>[% item.label %]</option>[% END %]</select>
<select name="month">
[% FOREACH item = month %]
<option value="[% item.value %]" [% item.selected %]>[% item.label %]</option>[% END %]
</select>