I have an html template file, 

/path/to/htdocs/file.html

and I slip in a cgi script using SSI: 

<!--#INCLUDE virtual="/cgi-bin/file.cgi" -->

The file executes fine, but how can my cgi script access any 
parameters being sent to the file, e.g. 

/path/to/htdocs/file.html?name1=val1 

I'm running Apache/mod_perl on Win 98.

Thanks,

David Baird.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to