Re: [CDBI] IsA wiping out the my base search
[prev]
[thread]
[next]
[Date index for 2005/10/31]
SubClass ->search () # calls base search
SubClass->SUPER::search ( ) # calls IsA search
SUPER:: is tied to __PACKAGE__. Something like this will work
if you're in a {package SubClass; ... } area, but not in general.
What are you actually trying to accomplish?
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@xxxxxxxxxx.xxx> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi
|
|
Re: [CDBI] IsA wiping out the my base search
merlyn (Randal L. Schwartz) 14:01 on 31 Oct 2005
|