in reply to
Passing variables to an SSI script
#exec cgi
and
#exec cmd
have been long deprecated in favor of
#include file
and
#include virtual
, which will properly parse URI-style parameters. See
the documentation
.
--
Randal L. Schwartz, Perl hacker
Comment on
Re: Passing variables to an SSI script
In Section
Seekers of Perl Wisdom