Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

sky (1411)

sky
  (email not shown publicly)

sky on IRC

Journal of sky (1411)

Monday August 07, 2006
06:49 PM

Devel::GC::Helper - Finds leaked variables.

[ #30560 ]

Devel::GC::Helper has been released..

This module walks the entire perl space, from main:: and notes what it has found, then it walks all SVs that are active and tells you which ones are potential leaks.

Basically, a easy mark and sweep, try using it with Devel::Cycle and enjoy!

x-posted from my livejournal