The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<body>
    <h1>Hi there, <% $fo  %>!</h1>
</body>
</html>
<%args>
$name
%baz => ( a => 1, b => 2 )
</%args>
<%init>
my $fo = "gogog";
</%init>