The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<html>
<head>
    <title>[% c.appname | html %]</title>
</head>
<body>

<form action="[% c.uri_for('/form') %]">
<input type="text" name="text" value="" /> <input type="submit" value="POST" />
</form>

</body>
</html>