The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>Mozilla::Mechanize - form test</title>
  </head>

  <body>
    <h1>Mozilla::Mechanize - form test</h1>

    <form action="result.html" method="get">
      Name: <input type="text" name="name" value=""><br>
      <input type="submit">
    </form>

  </body>
</html>