Help for this page

Select Code to Download


  1. or download this
      foreach (@GLOBAL_OBJECT_LIST) {
        $_->{backref} = \$_;
      }
    
  2. or download this
      undef ${ $_->{backref} };
    
  3. or download this
      @GLOBAL_OBJECT_LIST = grep { $_ != $self } @GLOBAL_OBJECT_LIST;