Help for this page

Select Code to Download


  1. or download this
    <form method="post" action="hello.pl">
    <td>firstname</td>
    ...
    <td><input type="submit"></td>
    </table>
    </form>
    
  2. or download this
    use CGI;
    use strict;
    ...
    </tr>
    </form>
    HTML
    
  3. or download this
    use CGI;
    use strict;
    ...
    </tr>
    </form>
    HTML