Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Class confusion when testing using ref()

by Arunbear (Prior)
on Jan 05, 2014 at 19:38 UTC ( [id://1069412]=note: print w/replies, xml ) Need Help??

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};
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1069412]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-25 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found