I wrote a utility that might do something along the lines of what you want, and posted it here:
Tabulate sub defs, sub calls in Perl code -- given a list of perl source code files, it will try to generate a human-readable listing of the subroutine calls and definitions found in each file. HTH.