On Nov 26, 2010, at 5:24 AM, Paul LeoNerd Evans wrote:

On Wed, Nov 24, 2010 at 04:54:31PM +0100, Sébastien Aperghis-Tramoni wrote:
In terms of Perl itself, apart from the reference syntax, the thing that really annoyed me recently was the lack of advanced debug tools, for example to find memory leaks. None of the tools I found or was pointed to worked
in my case.

Have you tried either

 Test::Refcount
 Test::MemoryGrowth

I like this one for finding design flaws in complicated data structures:
  Test::Memory::Cycle

Chris

Reply via email to