Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Context propagation into subs and evals

by LanX (Saint)
on Feb 20, 2012 at 14:22 UTC ( [id://955078]=note: print w/replies, xml ) Need Help??


in reply to Re: Context propagation into subs and evals
in thread Context propagation into subs and evals

I think you are defining the term "context" differently.

It might be used like this when discussing variable pads and closures...(?)

...but that's not my point.

Please see the definition in perlglossary to understand my interpretation:

context
     The surroundings, or environment.  The context given by the
     surrounding code determines what kind of data a particular
     "expression" is expected to return.  The three primary contexts are
     "list context", "scalar context", and "void context".  Scalar
     context is sometimes subdivided into "Boolean context", "numeric
     context", "string context", and "void context".  There’s also a
     "don’t care" scalar context (which is dealt with in Programming
     Perl, Third Edition, Chapter 2, "Bits and Pieces" if you care).

UPDATE: see also wantarray

Cheers Rolf

  • Comment on Re^2: Context propagation into subs and evals

Log In?
Username:
Password:

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

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

    No recent polls found