http://qs321.pair.com?node_id=1111862


in reply to Invoking a cgi script from another cgi script using system()

I should note that invoking b.cgi from the browser ("/cgi-bin/b.cgi?animal=dog&vegetable=radish") works, giving:

b.cgi query dump: <ul> <li><strong>animal</strong></li> <ul> <li>dog</li> </ul> <li><strong>vegetable</strong></li> <ul> <li>radish</li> </ul> </ul> b.cgi argv dump: