in reply to Re: Splitting program into modules
in thread Splitting program into modules

Is there a program that reads a Perl source code and prints out the names of all the subs declared in that file?

Devel::NYTProf generates an HTML report with sortable lists of subs that you can click to view the code with full timing information:

perl -d:NYTProf script.or.module.pl; nytprofhtml --open