Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Closure Explanation

by almut (Canon)
on Apr 30, 2010 at 06:22 UTC ( [id://837701]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print $c3->() . "\n";
    print $c4->() . "\n";
    
  2. or download this
    lexical variable SCALAR(0x604ff0) created at ./837669.pl line 5.
    lexical variable SCALAR(0x6323f0) created at ./837669.pl line 5.
    ...
    5
    accessing SCALAR(0x6323f0) at ./837669.pl line 12.
    6
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found