in reply to Re^4: basic CGI::Prototype::Hidden
in thread basic CGI::Prototype::Hidden

Well, in the world of Class::Prototyped, classes and instances are one, so your comment is a bit confusing to me.

My::App::welcome ISA My::App ISA CGI::Prototype::Hidden ISA CGI::Prototype ISA Class::Prototyped.

Activate gets called against My::App.

Does that help?

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^6: basic CGI::Prototype::Hidden
by zby (Vicar) on Jan 18, 2005 at 21:08 UTC
    I've read your article about Class::Prototype, but I did not know where it fits. I'll think about it. Thanks again.