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

Re^9: Not understanding 2 sentences in perldoc (RTFGlossary)

by LanX (Saint)
on Jul 30, 2020 at 10:25 UTC ( [id://11120058]=note: print w/replies, xml ) Need Help??


in reply to Re^8: Not understanding 2 sentences in perldoc
in thread Not understanding 2 sentences in perldoc

  • context

    The surroundings or environment. The context given by the surrounding code determines what kind of data a particular expression is expected to return.

  • void context

    A form of scalar context in which an expression is not expected to return any value at all and is evaluated for its side effects alone.

  • side effects

    Something extra that happens when you evaluate an expression. Nowadays it can refer to almost anything. For example, evaluating a simple assignment statement typically has the “side effect” of assigning a value to a variable. ...

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^9: Not understanding 2 sentences in perldoc (RTFGlossary)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 21:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found