http://qs1969.pair.com?node_id=845154

v.muthukumaran has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I have the child "child.pm" file. Inside this pm file it calls the parent packages with

use base parent.pm

From "parent.pm", it calls its parent packages with

use base grandparent.pm

Is there any way to get the all the methods and variables list to print from the child.pm

Regards
Muthu