Capturing CGI output

2001-06-17 Thread Steve Wells
I have a mod_perl library that utilizes the Tempate Toolkit so that html files are parsed through the toolkit before being sent back to the browser. It works great but now they require that the library be upgraded to include support for CGI's. In other words I need to capture the output of the

Re: Capturing CGI output

2001-06-17 Thread Perrin Harkins
From: Steve Wells [EMAIL PROTECTED] I can use $r-lookup_uri('/cgifile.cgi') to gather up the subrequest and run it using the run() command. However, the information from the CGI is passed back to the browser instead of handed off to me for processing. Is there some way to capture that