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!