Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^6: Closure on Closures ("a")

by tye (Sage)
on Dec 16, 2011 at 19:18 UTC ( [id://944004]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
       my $foo = 99; 
       CODE: print ++$foo, "\n"; 
    }
    goto CODE;
    
  2. or download this
    for( 2,3,5,7 ) {
        my $x= my $y= $_;
    ...
    4
    8
    16
    
  3. or download this
    sub wow {
        my $x= my $y= shift @_;
    ...
    4
    8
    16
    

Log In?
Username:
Password:

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

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

    No recent polls found