Re: Need some help hijacking the page output pipe

2004-11-11 Thread Mark S Lowe
Title: Re: Need some help hijacking the page output pipe Thank you. This worked perfectly. I was also able to add test code from chapter 4 of Writing Apache Modules with Perl and C, and add file tests. I knew my first post to this mailing list had to be stupid. ;-) On 11/11/04 2:21 PM, &quo

Re: Need some help hijacking the page output pipe

2004-11-11 Thread Tom Schindl
Mark S Lowe wrote: I have a need to create my own suffix and hijack the output for page rendering code, and then re-output the page with my own OK. I have the O’Reilly book “Practical mod_perl” and there is a great example of this on page 114 in Chapter 4. However, the example is incomplete. The