http://qs321.pair.com?node_id=691647

snopal has asked for the wisdom of the Perl Monks concerning the following question:

Given an object $foo, and an inherited method $foo->bar(), how can I determine the CLASS providing the method bar() to $foo?

Replies are listed 'Best First'.
Re: Finding inherited object methods
by apl (Monsignor) on Jun 12, 2008 at 13:35 UTC
    Take a look at the Perl ISA package.
Re: Finding inherited object methods
by Anonymous Monk on Jun 12, 2008 at 13:33 UTC
    you aren't supposed to care :) but perldoc UNIVERSAL
Re: Finding inherited object methods
by chromatic (Archbishop) on Jun 12, 2008 at 17:05 UTC