- 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";
- or download this
print td( {-align=>'center'},
submit( -value=>'Process Information'),
reset( -value=>'Clear Form') ), "\n";
- or download this
print <<"END_HTML";
<HTML>
...
</BODY>
</HTML>
END_HTML