The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
    <head>
        <title>Title</title>
    </head>
    <body>
        <form name="testform">
            <input name="foo" type="text" size="12" maxlength="14">
            <input name="bar" type="radio">
            <input name="bat" type="text" disabled> <!-- no maxlength, but disabled so it's OK -->
        </form>
    </body>
</html>