I'm having some problems with a CGI program. Although this is a Perl forum, it seems to have more activity than the CGI-Bin forum. Please help.
1. HTML sends info to a CGI program.
2. CGI program reads in the data and generates new HTML
**here's the problem**
3. After the new HTML is generated by the CGI, changes are made to form data and then submitted, requiring a new HTML to be generated. I can't get this part to work unless I save the posted form data to a text file, launch a new cgi, read in the values, then create the next html. I'd like to be able to do this all from within the same cgi program.
TIA,
higginsd [sig][/sig]
1. HTML sends info to a CGI program.
2. CGI program reads in the data and generates new HTML
**here's the problem**
3. After the new HTML is generated by the CGI, changes are made to form data and then submitted, requiring a new HTML to be generated. I can't get this part to work unless I save the posted form data to a text file, launch a new cgi, read in the values, then create the next html. I'd like to be able to do this all from within the same cgi program.
TIA,
higginsd [sig][/sig]