Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

Apache::Leak(3pm)


Leak

Leak

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

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



Apache::Leak(3pm)