The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
    <head>
        <title>Test Page</title>
    </head>
    <body>
        <h1>Test Page</h1>
        <form action="form.html">
        <input name="name" size="15">
        <input name="email" size="15" maxlength="40">
        <input type="submit" name="big_button">
        </form>
    </body>
</html>