in reply to Re: Getting methods existing in a Perl Object!
in thread Getting methods existing in a Perl Object!

I wanna load a class in, and see what methods/functions exists (and those inherited from the parent class also, since, well, those are available aswell). I wanna be able of getting those since I'm gonna use the information for autocompletion... That way it's all gonna be easier - you dont have to check some API/or the module... :)
  • Comment on Re^2: Getting methods existing in a Perl Object!

Replies are listed 'Best First'.
Re^3: Getting methods existing in a Perl Object!
by ysth (Canon) on Dec 27, 2006 at 06:14 UTC
    Ah, autocompletion is a very reasonable thing to want. Hope liverpole's solution is working well for you.