in reply to Referring SUPER to superclass of object

You may also want to take a look at the CPAN module Class::ISA which will return a list of all of the direct and indirect superclasses in the order Perl will use to search for a method definition.

  • Comment on Re: Referring SUPER to superclass of object