|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Dependenciesby sarabob (Novice) |
| on Dec 07, 2000 at 16:52 UTC ( [id://45490]=perlquestion: print w/replies, xml ) | Need Help?? |
|
sarabob has asked for the wisdom of the Perl Monks concerning the following question:
Hi. I am trying to work out what modules/routines our CGI scripts are dependent on. For example, if I have forum.cgi which use()s five modules, what functions am I using in those modules? I can get a list of routines from the modules by looking for /\s+sub\s/, but is there a module or anything out there I can use before diving in myself (looking for my $blah = new Blah followed by $blah->routine, "&Blah::routine", "&routine" or just "routine")? Devel::Modlist just gives me the files rather then the specific subroutines within them. Thanks for your help!
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||