CGI.PM and print table
am 13.04.2008 19:18:27 von dtsheddprofuse 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 "
\"> td> |
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&.submi t=Submit+...
what does this mean?
appreciate the help
dts