Jonathan Vanasco wrote:

> Unless I'm confused, I've been doing that for years without issue.
> 
> I routinely have
> 
>     P2XLP::$package  -> base namespace
>     MyApp::$package -> @ISA( P2XLP::App::$package )

Are you saying that you have multiple MyApp::Foo packages running under the same
mod_perl interpreter (which was what the OPs client was trying to do before
giving up and going with normal CGI)? That won't behave correctly. Perl will
always use the first one it finds and ignore the rest.

-- 
Michael Peters
Plus Three, LP

Reply via email to