Help for this page

Select Code to Download


  1. or download this
        foreach (1..5) {  
            my $a;  
    ...
            $a->{b} = $b;  
            $b->{a} = $a;  
        } # since both are pointing to each other they will never get coll
    +ected.