Manpages

Manpage of Leak

Leak

Section: User Contributed Perl Documentation (3)
Updated: 1998-11-06
Index
Return to Main Contents
 

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  

AUTHOR

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 21:24:54 GMT, March 28, 2024