in reply to locating specific function calls

^C It sounds like you are talking about subroutine call profiling, ^I for which Devel::AutoProfiler might be useful.
__________________________________________________________________________________

^M Free your mind!

Key to hats: ^I=white ^B=black ^P=yellow ^E=red ^C=green ^M=blue - see Moron's scratchpad for fuller explanation.

Replies are listed 'Best First'.
Re^2: locating specific function calls
by markov (Scribe) on Apr 11, 2007 at 14:04 UTC

    Although a good hint (thanks), this collects the other side of the subroutine interface: it creates wrappers around the subroutine definitions (which are simple to find). What I need is access to the subroutine application... without running the code.