in reply to Show me the subroutines?

But you want a list of sub's that your script actually executes, you could use Devel::Cover -- it will generate a nice html output of the subs run and how much time was spent in there and what lines w/in the sub were run.

(of possible interest: There was a recent node about listing the sub's in a module but my searches are failing...Update: Found it: Getting a list of sub routines)
Update: moved my 'recent node' sentence to end since not primary focus

Replies are listed 'Best First'.
Re^2: Show me the subroutines?
by Arunbear (Prior) on Jul 01, 2005 at 13:42 UTC
      nope, though that on'e sinteresting too.. I found it -- it was this one: Getting a list of sub routines (the space in 'sub routine' threw me off -- i had searched on 'list subs' and 'list subroutine')