This is slightly offtopic and very nitpicky and may very well get me voted down but HTML should have quoted attribute values:
print "<input name=\"$name\" value=\"$value\">\n";
The same code written in XHTML 1.0:
print "<input name=\"$name\" value=\"$value\" />\n";
In reply to Re: Unstickying CGI
by Ionizor
in thread Unstickying CGI
by George_Sherston
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |