![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^2: [parrot] parrot prototype OO?by jepri (Parson) |
on Feb 06, 2008 at 03:31 UTC ( #666454=note: print w/replies, xml ) | Need Help?? |
Hmmm, find_method seems to be called on the superclass, and not the class (or on the class and not the object). So if I try to use, say, objects, should I return a method that inspects the object (and its parent* slots) and then calls the correct method? Because that sounds like I'm implementing AUTOLOAD. Here's my naive code. I don't seem to be making good use of the class machinery so far:
___________________
In Section
Seekers of Perl Wisdom
|
|