View Single Post
  #8 (permalink)  
Old 10-18-06, 02:42 AM
Drunken Perl Coder Drunken Perl Coder is offline
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.
Reply With Quote