Using mod_perl2, I'm trying to access the request args e.g.
$r->args()
in an output filter. Is it possible?
I considered using pnotes however if i store the pnote reference against the request ($r) how do I retrieve it in the output filter? It seems like r is not available to me in an output filter.