Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: lexicals are all the same scalar and never go out of scope?

by ikegami (Patriarch)
on Dec 06, 2011 at 09:55 UTC ( [id://941981]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    $x = [];
    ...
    $x = undef;
    $x = [];
    Dump($x, 1);
    
  2. or download this
    SV = IV(0x51a420) at 0x51a424
      REFCNT = 1
    ...
        MAX = -1
        ARYLEN = 0x0
        FLAGS = (REAL)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found