The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
[%- title = "List HTML Entities" UNLESS title -%]

<html>

<head>
<title>[% title %]</title>
</head>

<body>
<h1>[% title %]</h1>

<form>
Search : <input name=S> <input type=submit> 
<a href="?S=*">Display all</a>
</form>

[% content %]

</body>
</html>