Hello,
Here's my problem (I'm new to PERL; only 5 days in):
I have two independent CGI scripts that I want to process the results of a FORM. I use "EXEC('script2.cgi')" from within script1, but then I do not see the results after calling script2. Does the first script destroy the $ENV{'QUERY_STRING'}? Can the EXEC command handle args? If so, how do I pass the $ENV~ variable? (I do not have a PERL manual just yet).
Thank you...
Patmor
Here's my problem (I'm new to PERL; only 5 days in):
I have two independent CGI scripts that I want to process the results of a FORM. I use "EXEC('script2.cgi')" from within script1, but then I do not see the results after calling script2. Does the first script destroy the $ENV{'QUERY_STRING'}? Can the EXEC command handle args? If so, how do I pass the $ENV~ variable? (I do not have a PERL manual just yet).
Thank you...
Patmor