>
> Another question: can I call an ordinary CGI script from
> within an embperl page, and send it the parameters it needs?
> Of course, I can 'require' it from within [- -] tags, but
> then the CGI parameters won't work right.
>
If you use Apache 2, you can include a the CGI as subrequest by issueing
something like the following:
Execute ({subreq => '/cgi-bin/script.cgi?parm=1&parm2=2'}) ;
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]