On Wed, Mar 19, 2008 at 2:41 PM, John ORourke <[EMAIL PROTECTED]> wrote: > The only down-side is that (AFAICR) it is creating a new object for each > request
No, it's a class method. No object is created. > PerlResponseHandler $My::Handlers::Persistent->response_handler > PerlFixupHandler $My::Handlers::Persistent->fixup_handler That should work, but is not an issue unless you need your handler to be called as an object method instead of a class method. - Perrin
