Need to update a table with a form

2006-08-19 Thread Dennis G. Wicks
Greetings; I wrote this little perl/cgi program that takes input from a form and creates a table in an html file. Now I need to suck those tables up into the same form so they can be changed and added to. (The table is the only thing in the html file.) Are there any modules or tutorials that

RE: Need to update a table with a form

2006-08-19 Thread Mark Heywood
Try chapter 12, introduction to CGI. http://learn.perl.org/library/beginning_perl/ Regards, Mark > -Original Message- > From: Dennis G. Wicks [mailto:[EMAIL PROTECTED] > Sent: 19 August 2006 16:45 > To: beginners-cgi@perl.org > Subject: Need to update a table with a form > > > Greeti