|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Listing a module's subroutinesby nagalenoj (Friar) |
| on Mar 06, 2009 at 10:45 UTC ( #748810=note: print w/ replies, xml ) | Need Help?? |
|
Dear monk, You can also use the Devel::symdump module to list the functions in a module. Sample code:
Incase, if you need to know the subroutines in many modules, you can add the module names in @pack array.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||