Need some help hijacking the page output pipe

2004-11-11 Thread Mark S Lowe
Title: Need some help hijacking the page output pipe 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. Howev

Re: Need some help hijacking the page output pipe

2004-11-11 Thread Mark S Lowe
t;Tom Schindl" <[EMAIL PROTECTED]> wrote: 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

"use" etiquette in mod_perl

2004-11-13 Thread Mark S Lowe
Title: "use" etiquette in mod_perl Quick performance question: Will it kill performance to make sub routines in mod_perl call all their own use statements? For instance, I have several sub routines that need to query $q->param(foo), and I’m curious if I should create a single instance of $q and