Alex Porras wrote:
> 
> I am slowly learning about OO from Tom's tutorial, and was able to do inheritance 
>with two dummy classes I wrote, including adding methods to the subclass and have 
>them work too.  However, when I tried to inherit from Apache::Request, it doesn't 
>seem to work right.  Maybe this isn't an Apache::Request issue, so forgive me if 
>that's the case, but here's what I got:

we have a few examples of how to subclass Apache::Request...

http://www.modperlcookbook.org/code/ch10/Cookbook/TransformRequest.pm

http://www.modperlcookbook.org/code/ch13/Cookbook/CookieAuthentication.pm

unfortunately, the explanations are not online.  recipe 10.8 talks about this in a 
fair amount of detail...

--Geoff

Reply via email to