Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: (tye)Re: Unusual Closure Behaviour

by suaveant (Parson)
on Jul 12, 2001 at 17:51 UTC ( [id://96028]=note: print w/replies, xml ) Need Help??


in reply to (tye)Re: Unusual Closure Behaviour
in thread Unusual Closure Behaviour

his first example
{ my $x; sub foo { return ++$x; } }
is very much a closure, because $x is lexically scoped to that block, and sub foo is by definition global and survives the loop, $x goes away, except for the one reference in sub foo. his second one, however, would not be a closure.

                - Ant

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found