Next | Program Repair Shop | 170 |
This change also fixed a bug:
404 print $page->startform(action=>'tic_tac.cgi', 405 method=>'POST' 406 );
This generates the following HTML:
<form method="action" action="tic_tac.cgi" enctype="method" POST>
This was undetected because it appeared only on the final page
Less code means less unexercised code means fewer secret bugs
The gross length of the program is already down by 25%
Next | Copyright © 2002 M. J. Dominus |