in reply to Dependencies
With a bit of massaging (uniq, or a five line Perl program), you can get a list of all of the unique functions called. They're reported in the form
Your command line would look be perl -d:DProf forum.cgi.main::BEGIN lib::BEGIN vars::import
|
|---|