Re: Interpreter scope

2007-02-28 Thread Perrin Harkins
Torsten Foertsch wrote: I use pnotes to pass data between the phases. If I understand it correctly this forbids a handler interpreter scope. You might try using notes() instead, since I don't think it cares about which interpreter is used. You can use Storable to stuff things into it if you

Re: Interpreter scope

2007-02-28 Thread Frank Wiles
On Wed, 28 Feb 2007 11:04:14 +0100 Torsten Foertsch <[EMAIL PROTECTED]> wrote: > Hi, > > the default interpreter scope is request. That means a certain > interpreter is locked during the whole request cycle. I use modperl > mostly in the pre-response phases plus sometimes as an output filter. > B

Interpreter scope

2007-02-28 Thread Torsten Foertsch
Hi, the default interpreter scope is request. That means a certain interpreter is locked during the whole request cycle. I use modperl mostly in the pre-response phases plus sometimes as an output filter. But I use pnotes to pass data between the phases. If I understand it correctly this forbid