Click here to get back home

CGI.PM and print table

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
CGI.PM and print table dtshedd 04-13-2008
Posted by dtshedd on April 13, 2008, 1:18 pm
Please log in for more thread options
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

Similar ThreadsPosted
PDF::Table October 21, 2005, 10:32 pm
WWW::Authen::Simple table lookup June 8, 2005, 1:20 am
does SQL::Abstract only formulate queries for a single table? December 26, 2005, 5:52 am
Looking for AJAX HTML Table Form Module August 15, 2007, 11:29 am
Class::DBI::Loader. knowing table names and columns November 29, 2005, 11:35 am
Net:Telnet problem with print October 20, 2005, 5:04 pm
Image::Magick scalar value to print use CGI April 13, 2006, 10:09 pm
Print Subject without characters Just Numbers using POP3Client. Please Help April 10, 2007, 11:27 pm
How to print just numbers includes in Subject using POP3Client Module. April 9, 2007, 9:18 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap