in reply to Exec cgi with params?

Hi,

With Apache, you cannot give arguments to the cgi with #exec.

In Apache documentation, it says

The include virtual element should be used in preference to exec cgi. In particular, if you need to pass additional arguments to a CGI program, using the query string, this cannot be done with exec cgi, but can be done with include virtual,

you may use

<!--#include virtual="bannertest.pl?name=top" -->
for details refer to mod_include. Hope this helps.

Cheers !

--VC



There are three sides to any argument.....
your side, my side and the right side.