Listing of subs and methods of modules would be really helpful to increase the usability of the modules in general. Talking in CB,
provided 'm class' and 'x \%INC' commands for perl -d 'filename.pl' to check the methods and classes loaded repspectively.
How I can access similar info via a program with or without 'use'ing the multiple modules for which I am looking the methods/subs ?. Something better then perldoc or looking at module docs. I know that not all the run-time methods will be available.