http://www.perlmonks.org?node_id=103594


in reply to Re: (MeowChow) Re: Looking for Leaks
in thread Looking for Leaks

If things weren't accessible, how would you find them? At least in pure Perl, this would be impossible. You could iterate over all the symbol tables, following references to reachable objects, but this wouldn't find things that had leaked.