Home > Archive > PERL CGI Beginners > August 2006 > Need to update a table with a form
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Need to update a table with a form
|
|
| Dennis G. Wicks 2006-08-19, 6:55 pm |
|
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 could help me do
this without losing much more of my already scarce gray hair?
Any hints, tips, or pointers greatly appreciated!
Many TIA,
Dennis
| |
| Mark Heywood 2006-08-19, 6:55 pm |
|
Try chapter 12, introduction to CGI.
http://learn.perl.org/library/beginning_perl/
Regards,
Mark
> -----Original Message-----
> From: Dennis G. Wicks [mailto:wix@eskimo.com]
> Sent: 19 August 2006 16:45
> To: beginners-cgi@perl.org
> Subject: Need to update a table with a form
>
>
> 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 could help me do
> this without losing much more of my already scarce gray hair?
>
> Any hints, tips, or pointers greatly appreciated!
>
> Many TIA,
> Dennis
|
|
|
|
|