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
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
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