manpagez: man pages & more
man Apache::Leak(3)
Home | html | info | man
Leak(3)               User Contributed Perl Documentation              Leak(3)




NAME

       Apache::Leak - Module for tracking memory leaks in mod_perl code


SYNOPSIS

           use Apache::Leak;

           leak_test {
               my $obj = Foo->new;
               $obj->thingy;
           };
           #now look in error_log for results


DESCRIPTION

       "Under Construction."


SEE ALSO

       Devel::Leak(3)


AUTHOR

       Doug MacEachern Leak.xs derived from Nick Ing-Simmons' Devel::Leak



perl v5.8.8                       2000-03-30                           Leak(3)

Mac OS X 10.5 Server - Generated Sun Jun 15 13:10:31 CDT 2008
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.