<!-- Example 13.30 (Figure 13.12)

    To work, this file must be installed in a directory visible to a web
    browser, with a "http://" URL.  A "file://" URL will *not* suffice

    The companion file, add.perl, must be in the web server's cgi-bin
    directory.
-->

<HTML>
<HEAD>
<TITLE>Adder</TITLE>
</HEAD>
<BODY>
<FORM action="/cgi-bin/add.perl" method="post">
<P><INPUT name="argA" size=3>First addend<BR>
   <INPUT name="argB" size=3>Second addend
<P><INPUT type="submit">
</FORM>
</BODY>
</HTML>
