I\'ve run Devel::Leak in my program and I don\'t understand the output it\'s giving me.
To start, I see it\'s printing a list of pointers. Can I get that list in an
Take a look at Devel::LeakTrace for a module which also records where memory has been allocated.