in reply to
running exec script.cgi from a cgi script
Make sure to set the $ENV{"QUERY_STRING"} as you need it before calling the manager. This is were CGI skripts get the data from. (or at least the CGI module.)
Comment on
Re: running exec script.cgi from a cgi script
In Section
Seekers of Perl Wisdom