Re: Overriding print in cgi scripts

2000-07-31 Thread darren chamberlain
Chetan Patil ([EMAIL PROTECTED]) said something to this effect: Hello, We have a large code base printing header, body and footers to the STDOUT from the cgi scripts. Since all these are print statements, we have to go to extreme measures to make sure we donot print the content more than

Re: Overriding print in cgi scripts

2000-07-30 Thread Yann Kerhervé
On Sat, Jul 29, 2000 at 03:26:02PM -0700, Chetan Patil wrote: Hello, We have a large code base printing header, body and footers to the STDOUT from the cgi scripts. Since all these are print statements, we have to go to extreme measures to make sure we donot print the content more than once.

Overriding print in cgi scripts

2000-07-29 Thread Chetan Patil
Hello, We have a large code base printing header, body and footers to the STDOUT from the cgi scripts. Since all these are print statements, we have to go to extreme measures to make sure we donot print the content more than once. To clean things up (or at least start at it), we want to be able