Hi I have a site with a legacy Perl skript which I cant deprecate. What I want to do is this:
Active Midgard Page: /network CGI-Script: /cgi-bin/xmlbase.pl What I want to do is call the Perl skript in the same execution context as the "parent" Midgard Request. What is important is that all form data gets through to the CGI Skript, both GET and POST Requests. Also the "full" URL should get through, so that /network/a/b/c.html gets translated to /cgi-bin/xmlbase.pl/a/b/c.html I've thought about using the function virutal() http://www.de.php.net/manual/en/function.virtual.php for this, but I have no idea how much of the Parent Request's Context gets through to the script. Any Ideas? Has somebody done this before? Live long and prosper! Torben Nehmer -- ICQ-ID : 14148813 --- E-Mail : [EMAIL PROTECTED] WWW : http://www.nathan-syntronics.de --- http://www.nehmer.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
