Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Why are closures cool, continued?

by mr.dunstan (Monk)
on Jan 19, 2002 at 04:11 UTC ( [id://140011]=note: print w/replies, xml ) Need Help??


in reply to Why are closures cool, continued?

Ok how about this: true or false (the author of the very first example in this thread and I were talking thru what constitutes this) ...

"A closure is different from an anonymous subroutine in that (instead of having private variables) it -saves- the variables passed into it in its scope!"

This seems like a reasonable enough and perfectly clear statement, but to be honest anytime I think something is reasonable and clear, that's when I'm about to start being REALLY wrong! :)

-mr.dunstan

Replies are listed 'Best First'.
Re: Re: Why are closures cool, continued?
by perrin (Chancellor) on Jan 19, 2002 at 06:36 UTC
    Closure and anonymous sub -- two totally different things! An anonymous sub is a ref to a sub without a name. A closure is any sub (named or not) that refers to lexical variables defined outside of its scope.
      Nearly. An anonymous sub is a sub without a name that can only be accessed via a reference (to that sub).

      --
      g r i n d e r
      print@_{sort keys %_},$/if%_=split//,'= & *a?b:e\f/h^h!j+n,o@o;r$s-t%t#u';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-20 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found