in reply to Re: Splitting program into modules
in thread Splitting program into modules
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
|
---|