in reply to Class Inheritance without an instance / $AUTOLOAD equ

If you built your mod_perl with PERL_METHOD_HANDLERS=1 then in your configuration you can do:
PerlHandler Your::Subclass->handler
That will perform a method call on your class and inherritence will work as normal. More here.

Replies are listed 'Best First'.
Re^2: Class Inheritance without an instance / $AUTOLOAD equ
by dynamo (Chaplain) on Oct 13, 2005 at 17:46 UTC
    That looks like a perfect solution. And they are included by default in mod_perl2 (which I'm using).

    Thank you!

    A reply falls below the community's threshold of quality. You may see it by logging in.