Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Does Scope of Referenced Array Matter?

by repellent (Priest)
on Feb 20, 2012 at 22:22 UTC ( [id://955170]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek qw(SvREFCNT);
    
    ...
    
    undef $_ for $b, $c, $d, $h, $j;  # 1 = kill all refcnt contributors (
    +except for $a itelf)
    warn SvREFCNT($a), "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-25 07:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found