
dietbuddha at gmail
May 13, 2009, 7:48 AM
Post #3 of 4
(774 views)
Permalink
|
|
Re: Pass value from filter to anothe filter
[In reply to]
|
|
On Wed, May 13, 2009 at 3:09 AM, Idel Fuschini <idel.fuschini [at] gmail> 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
|