Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: How to explicitly destroy an object so that all other references to it would become false?

by bdimych (Monk)
on Feb 21, 2008 at 12:30 UTC ( [id://669259]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package XXX;
    
    ...
        }
        $already_created_objects{$X}
    }
    
  2. or download this
    ...
    $obj = new XXX($some_var_which_can_repeat);
    ...
        some_superundef $obj
    }
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-23 16:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found