in reply to query for methods?

Sure, read the documentation (or the source code).

You can probably get a good first approximation by looking at the package's symbol table (using something like Devel::Symdump perhaps, but in general it's very difficult to do it accurately because things like inheritance and AUTOLOAD.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re: Re: query for methods?
by ph0enix (Friar) on Jul 03, 2002 at 09:28 UTC

    Yes, of course - read documentation. My question was slightly bad.

    I need it for debuging purposes. My module use AUTOLOAD to generate new methods and I want to query for names of generated (and not only) methods.