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

<form id="[% form.name %]" method="[% form.http_method %]"
[% IF form.action %]action="[% form.action %]"[% END %]
[% IF form.enctype %]enctype="[% form.enctype %]"[% END %]
>