Help for this page

Select Code to Download


  1. or download this
     print "    <td align=center>\n";
      print "     <input type=submit value=\"Process Information\">\n";
      print "     <input type=reset value=\"Clear Form\">\n";
      print "    </td>\n";
    
  2. or download this
     print td( {-align=>'center'},
               submit( -value=>'Process Information'),
               reset( -value=>'Clear Form') ), "\n";
    
  3. or download this
      print <<"END_HTML";
    <HTML>
    ...
      </BODY>
    </HTML>
    END_HTML