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

Re^2: if(my) scope

by ikegami (Patriarch)
on Apr 16, 2009 at 13:51 UTC ( [id://757986]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package H;
    sub DESTROY { print "DESTROY\n"; }
    ...
    
        print "why now?\n";
    }                        # <- The object is only destroyed here.
    
  2. or download this
    SCALAR(0x1829aac)
    REF(0x1829abc)
    SCALAR(0x1829aac)
    why now?
    DESTROY
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-16 21:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found