Re: Best Practice for tracing program flow

2007-07-24 Thread Matisse Enzer
On Jul 23, 2007, at 10:10 PM, Michael G Schwern wrote: Matisse Enzer wrote: What's the current best practice for running a Perl program and getting a report of all the subroutine calls throughout the life of the program in the order in which they were called? (as opposed to something like

Re: Best Practice for tracing program flow

2007-07-23 Thread Michael G Schwern
Matisse Enzer wrote: > What's the current best practice for running a Perl program and getting > a report of all the subroutine calls throughout the life of the program > in the order in which they were called? (as opposed to something like > Devel:Profile which lists all the subs, and how many tim

Best Practice for tracing program flow

2007-07-23 Thread Matisse Enzer
What's the current best practice for running a Perl program and getting a report of all the subroutine calls throughout the life of the program in the order in which they were called? (as opposed to something like Devel:Profile which lists all the subs, and how many times each sub was calle