The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<%
    example.Text = "Example";
%>

<html>
    <head>
        <title>Sample ASP.Net Page</title>
    </head>
    <body>
        <form runat='server'>
            <asp:Label runat='server' id='example'></asp:Label>
        </form>
    </body>
</html>