Thread
:
HTML Form 1 -> Perl -> return response to HTML form 2
View Single Post
#
8
(
permalink
)
10-18-06, 02:42 AM
Drunken Perl Coder
Wannabe Coder
Join Date: Aug 2006
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts
CGI scripts do not work like command line scripts where the script will wait for user input. You could simulate that behavior by not printing form2 if there is no data recieved from form1.
Last edited by Drunken Perl Coder; 10-18-06 at
02:45 AM
.
Drunken Perl Coder
View Public Profile
Find all posts by Drunken Perl Coder