in reply to Re^4: SUPER in OOPerl is dumped with $self
in thread SUPER in OOPerl is dumped with $self

Yes, you are right. We cannot use SUPER as a reference to the instance of parent class, because it references parent class. There is no instance of parent class related with $self implicitly.

Yes, Java is different from our perspective.

How to handle multiple inheritance... To be open, I never had to do it. Anyway, do you mean class-inheritance or instance-inheritance?

  • Comment on Re^5: SUPER in OOPerl is dumped with $self