Help for this page

Select Code to Download


  1. or download this
    use Scalar::Util qw(weaken);
    my $count = 3000;
    ...
        my $y = $x; 
        weaken $y;
    } while $count--;
    
  2. or download this
    use Scalar::Util qw(weaken);
    my $count = 3000;
    ...
        my $y = $x; 
        weaken $y;
    } while $count--;