Sean Kelly wrote:
Long story short, I started out looking for a way to have Apache automatically append a standard footer to the bottom of pages whether html, php, cgi or other files/locations that I matched.
The right way to do this in mod_perl 2 is a filter: http://perl.apache.org/docs/2.0/user/handlers/filters.html - Perrin