songahji has asked for the wisdom of the Perl Monks concerning the following question:

Ladies and Gents,

I have a perl program (200+ lines).
How do I gather which bits is taking the longest run time on the fly. Can debugger perform the explain plan?
There is use Time::Elapse; module. I can that but, I will need to put the print statement everywhere.


Best regards,

Songahji

Replies are listed 'Best First'.
Re: Program performance, explain plan.
by Herkum (Parson) on Oct 01, 2009 at 18:09 UTC
      Many thanks. ++