Some comments:
into 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";
print td( {-align=>'center'}, submit( -value=>'Process Information'), reset( -value=>'Clear Form') ), "\n";
Once you get used to it, it's a much cleaner (and more efficient -- one call to print() rather than fifty -- way to express large amounts of literal text.print <<"END_HTML"; <HTML> <HEAD> <TITLE>Document Title</TITLE> </HEAD> <BODY> Hello, World! </BODY> </HTML> END_HTML
dmm
You can give a man a fish and feed him for a day ...In reply to Re: Editing Entries In A Flat Database
by dmmiller2k
in thread Editing Entries In A Flat Database with cgi
by koacamper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |