in reply to Re^2: Trying to remember a perl debugging practice
in thread Trying to remember a perl debugging practice

There are other interesting profilers available from CPAN, for instance Devel::Profile that's very similar to Devel::DProf or Devel::SmallProf and Devel::FastProf that profile at the source code line level.
  • Comment on Re^3: Trying to remember a perl debugging practice