You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Boysenberry Payne <bo...@humaniteque.com> on 2005/08/20 16:35:56 UTC

help using Devel::Leak and or Devel::LeakTrace

In Devel::Leak's doc is it gives the following example:

use Devel::Leak;
... setup code

  my $count = Devel::Leak::NoteSV($handle);

... code that may leak

Devel::Leak::CheckSV($handle);

What would $handle be?

sub handler {

	my $r = shift;

}

Would it be $r?

Boysenberry

boysenberrys.com | habitatlife.com | selfgnosis.com