This is a discussion on Re: Modify output of Apache::PerlRun? - modperl ; On Thu, Feb 28, 2008 at 9:33 AM, Peter Wood wrote: > I'm running Apache 1.3.28 and mod_perl 1.27. I have quite a few Perl CGI > scripts that run via Apache::PerlRun and product HTML output. I'd like > to ...
On Thu, Feb 28, 2008 at 9:33 AM, Peter Woodwrote:
> I'm running Apache 1.3.28 and mod_perl 1.27. I have quite a few Perl CGI
> scripts that run via Apache::PerlRun and product HTML output. I'd like
> to be able to modify the HTML output of these scripts after they finish
> running, so as to insert some HTML code on a site-wide basis without
> having to modify each individual script.
I'd suggest you look at Apache::Filter. It should be able to do this for you.
- Perrin