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

sky on 2006-08-07T22:49:21

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