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

Re: Smaller than an object?

by Aristotle (Chancellor)
on Aug 21, 2002 at 21:04 UTC ( [id://191870]=note: print w/replies, xml ) Need Help??


in reply to Smaller than an object?

That construct, when used to limit the scope of certain variables, is sometimes called an anonymous block - as opposed to one with a label:
NAMEDBLOCK: { # ... # ... }
The functions you declare inside this block are indeed closures as perrin notes.

Makeshifts last the longest.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-18 23:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found