On Wed, May 13, 2009 at 3:09 AM, Idel Fuschini <[email protected]> wrote: > 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 ?
You can you use either pnotes or subprocess_env (env variables). -wjt
