Regarding my previous post:

> ... The routines work
> fine if used "standalone" but as soon as the routine gets included
> via the SSI method (subrequest?) apache/mod_perl complains. The call
> to instance results in an error 'can't locate method 'pnotes' via
> package "X::Y::Z"', where X::Y::Z my own package is.

It seems as if the handler is called as if it were a method handler...?
But it's not defined as such (from the Cookbook: ...the trigger for
mod_perl is the use of the prototype ($$)). Huh?

--Frank

Reply via email to