> In this scenario, what's the best way to pass the variables onto the second
> script?  Is it best to get them as an environmental variable, or use the
> cgi module to re-build the query string?  Maybe the cgi module can just
> pass $query to the next script?

I'd probably attach the values to the URL in a GET manner. I'm assuming
nothing breaks if the user messes with the parameters.
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to