![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: Re: Re: Re: OO - problem with inheritanceby uwevoelker (Pilgrim) |
on Jan 16, 2002 at 23:27 UTC ( #139296=note: print w/replies, xml ) | Need Help?? |
Hello Ilya, I need your help. I have written an Parameter::Validate module. And now I would like to use it as you said. If I use the full qualified parent class name (CCS::Data::Datatype::base_class->pv) everything works like expected. But if I use the line with SUPER->pv I get an error: Can't locate object method "pv" via package "SUPER" (perhaps you forgot to load "SUPER"?) at /home/uwe/cvs/perl/CCS/Data/Datatype/String.pm line 16. So, what is wrong with SUPER? Thank you, Uwe
In Section
Seekers of Perl Wisdom
|
|