| Current Path : /usr/share/doc/perl-Test-LeakTrace/example/ |
| Current File : //usr/share/doc/perl-Test-LeakTrace/example/simple.pl |
#!/usr/bin/perl -w
use strict;
use Test::LeakTrace;
my($mode) = @ARGV;
leaktrace{
my %a;
my %b;
$a{b} = \%a;
$b{a} = \%b;
} $mode;