CGI.PM and print table



profuse apologies in advance, not trying to cross post, but believe I
may have posted in the wrong forum earlier (comp.perl.misc)

trying to replace this

print "<table>\n";
print "<tr><td><input type=\"submit\"></td><td><input type=\"reset
\"></
td></tr>\n";
print "</table>\n";


with this


print table(
TR([
td([submit(),reset()])
])
);


seems to work but then a new name/value pair for "submit" shows up in
the browser address bar


original query string


http://192.168.1.1/rocket.pl?page=1&keywords_string=3


new query string


http://192.168.1.1/rocket.pl?page=1&keywords_string=3&.submit=Submit+...


what does this mean?


appreciate the help


dts
.



Relevant Pages

  • HELP NEEDED ==> String size limitation when executing QueryEx web service
    ... I'll appreciate if somebody in the forum can give a hand with this. ... > We have seen that there is a limitation on the number of characters in the ... > query string that is passed as a parameter to the QueryEx web service, ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: Ooh .. Linking a list to a list to an output cell
    ... > and even on the forum pages. ... (They end the query string ... > Excel_Geek's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=26423 ... Prev by Date: ...
    (microsoft.public.excel.misc)
  • How to keep QueryString-values?
    ... to change the colors of a forum I am using ... the query string are gone. ... string can be hardcode in the HREF, but should remain if you click ...
    (microsoft.public.inetserver.asp.general)