Idel Fuschini wrote:
Hi,

I have this configuration on server:
PerlModule aaaa::bbbb
PerlTransHandler +aaaa::module1
<Location /xxx/*>
    SetHandler modperl
    PerlInputFilterHandler aaaa::module2
</Location>

and I want to pass variable from module1 to module2 is it possible ?

I think it should be, i would expect you would be able to user $r->pnotes. It looks like the filters happen after translation based on this:

http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_Request_Cycle_Phases

Adam


Reply via email to