I would like to log some information about the response my CGI returns. These are not errors and it makes sense to log them close to the actual request.
I have looked at Apache2::Log from mod_perl2, but i am not sure it is doable with that module.
Does anybody have done something similar?