The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<html>
    <head>
      <title>TEST</title>
      
    </head>
    <body>
      <form action="TEST" method="get"><input id="_submitted" name="_submitted" type="hidden" value="1" />
      <table>
        
        <tr valign="top">
          <td>
            Name
          </td>
          <td>
            

        <input id="name" maxlength="80" name="name" size="80" type="text" />
      </td>
    </tr>
        
        <tr valign="top">
          <td>
            Mom
          </td>
          <td>
            

        <input id="color_white" name="color" type="radio" value="white" /> <label for="color_white">White</label>
<input id="color_black" name="color" type="radio" value="black" /> <label for="color_black">Black</label>
<input id="color_red" name="color" type="radio" value="red" /> <label for="color_red">Green</label>

      </td>
    </tr>
        
        <tr valign="top">
          <td>
            Size
          </td>
          <td>
            

        <input id="size" name="size" type="text" value="8" />
      </td>
    </tr>
        
        <tr valign="top">
          <td>
            Fuck me?<br>
          </td>
          <td>
            

        <input id="sex_1" name="sex" type="radio" value="1" /> <label for="sex_1">Yes</label>
<input id="sex_0" name="sex" type="radio" value="0" /> <label for="sex_0">No</label>
<input id="sex_1" name="sex" type="radio" value="-1" /> <label for="sex_1">Maybe</label>

      </td>
    </tr>
        
        <tr>
          <td colspan="2" align="center">
            <input id="_submit" name="_submit" type="submit" value="Start over, boob!" /> 
          </td>
        </tr>
      </table>
      </form>
    </body>
    </html>