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

Dear monks,

given a class name, how might I find out: Thank you.

Replies are listed 'Best First'.
Re: finding all methods in an inheritance tree
by borisz (Canon) on May 29, 2006 at 08:14 UTC
      Ah, yes, close enough, I can work with that. Cheers.
Re: finding all methods in an inheritance tree
by displeaser (Hermit) on May 29, 2006 at 08:51 UTC
    Hi,

    You could probably also use the Class::Inspector module. You can find it on cpan : Class::Inspector

    Hope this helps,
    Displeaser