The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<body>

<img src = "/My.Image.png" alt = "My pix">

<p>Start of table.</p>

<table WIDTH=660 align=center>
  <tbody>

  <tr>

     <td>
        <br>td11<br>
     </td>
     <td>
        <br>td12<br>
     </td>

  </tr>

  <tr>

     <td>
        <br>td21<br>
     </td>
     <td>
        <br>td22<br>
     </td>

  </tr>

</tbody>
</table>

<p>End of table.</p>

</body>
</html>