hello, all

I am trying to write a module that generates a canned footer for all
html and cgi pages on my site.
the html part is pretty easy and I have already implemented it. However,
I am currently having trouble adding it
to standalone cgi scripts that are not parsed by the server. I have
tried a number of variations with mod_perl subrequests but none of them
seem to work right. I also thought about reading the scripts contents in
the module and using eval. However, that seems a little cumbersome.

Have any of you implemented such thing before? Any ideas?

-amen

Reply via email to