in reply to Re^4: Recursion up The Inheritance Chain
in thread Recursion up The Inheritance Chain

If I'm understanding you, you want to define a Foo->Plugh method but not a Bar->Plugh method, create an instance $snafu of a Bar, call $snafu->Plugh, and execute Bar->Plugh then Foo->Plugh. Is that correct?
  • Comment on Re^5: Recursion up The Inheritance Chain