Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: why need my in a foreach loop?

by 7stud (Deacon)
on Dec 02, 2010 at 03:46 UTC ( [id://874816]=note: print w/replies, xml ) Need Help??


in reply to Re^3: why need my in a foreach loop?
in thread why need my in a foreach loop?

Nice catch.

If you switched our for my in my snippet, you'd have a closure, and you'd get a different result.

Is that correct? Because the my variable would still be in scope, would the subroutine qualify as a closure? It's my understanding that a subroutine is a closure when it preserves a variable that has gone out of scope.

Replies are listed 'Best First'.
Re^5: why need my in a foreach loop?
by ikegami (Patriarch) on Dec 02, 2010 at 16:38 UTC

    I don't know the precise definition if there is one. For practical purposes, I find it doesn't matter.

    Correction: In this case, the sub truly acts as a closure. If it didn't, it wouldn't matter if you used our or my.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-19 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found