![]() |
|
"be consistent" | |
PerlMonks |
CGI::Application and object inheritanceby spork (Monk) |
on Jul 27, 2005 at 14:15 UTC ( #478609=perlquestion: print w/replies, xml ) | Need Help?? |
spork has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I am trying to build a web application that relies on object inheritance which should theoretically be fine. The intention is to build the app around C::A, but I am running into a problem with objects that require inheritance. Whenever @ISA is invoked the program chokes. Take out @ISA (and obviously references the superclass to which it refers) and the app runs to successful (although useless) conclusion. Note the code below...
When run as is from the command line there is an error: I have looked through the Monk archives and googled myself silly. Can someone point me in the right direction please? Thank you
Back to
Seekers of Perl Wisdom
|
|