You say parameters. Do you mean environment variables?
Processes get their environment from their parent. Usually, they get a copy of their parent's. If you set the variable for the web server, the CGI child will probably inherit it. It may also be possible to configure your web server to set custom environment variables for the CGI child.
This question has nothing to do with Perl. Please consult your web server's documentation or those supporting your web browser.
Update: What's stopping you from setting the env vars you need in the CGI script itself?
In reply to Re: Can CGI have different environment variables than the default environment variables provided by the server ?
by ikegami
in thread Can CGI have different environment variables than the default environment variables provided by the server ?
by manishrathi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |