in reply to Getting methods existing in a Perl Object!
The Perl debugger's "m" command lists the available methods for an object or class. You could look at the source of perl5db.pl and see what it does to implement the "m" command.
- tye