I'm trying to recall a perl debugging process that I haven't used in a while. It was a series of commands included with the perl distribution. You would call you program with one command. It would then generate a cryptic temp files with statistics about your program. You would then run another program on that temp file which would summarize the number of function/method calls, the time spent in each call, etc. Does anyone know these commands?