Help for this page
use Scalar::Util qw(weaken); my $count = 3000; ... my $y = $x; weaken $y; } while $count--;