Help for this page

Select Code to Download


  1. or download this
    package Particle;
    
    ...
        $p->set( 'is_moveable', 0 );
        return $p;
    }
    
  2. or download this
    $REGISTRY{$self} = $self;
    
  3. or download this
    DESTROY {
        my $self = shift;
        delete $REGISTRY{$self};
    }