entropyal has asked for the wisdom of the Perl Monks concerning the following question:
Everything *seems* works until the first random form. From what I can tell, once that first form is submitted, the script starts anew (i. e., a new process or a new thread). I initially thought/"hoped" that each time the same client called the script in working through the six random pages, the script would take up where it last left off (i. e., serving a page and storing the form data). This is not happening, though
I've done some reading about shared variables and about threads, but I am not sure that this is what I need. Could anyone give me a nudge or point me in the direction I need to go? Thank you...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: One script, multiple html forms?
by davido (Cardinal) on Apr 03, 2013 at 22:32 UTC | |
|
Re: One script, multiple html forms?
by TJPride (Pilgrim) on Apr 04, 2013 at 12:23 UTC |