Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^6: Lexical closures

by ikegami (Patriarch)
on Oct 25, 2008 at 22:33 UTC ( [id://719573]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    
    ...
       foo();       # SV ... at 0x226048  /
       Dump($i);    # SV ... at 0x226d8c
    }
    
  2. or download this
    use Devel::Peek;
    
    ...
       foo();       # SV ... at 0x226d7c  \ same
       Dump($i);    # SV ... at 0x226d7c  /
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found