Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Context tutorial

by ikegami (Patriarch)
on Jan 25, 2009 at 17:15 UTC ( [id://738786]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Context tutorial
in thread Context tutorial

Assigning to the empty list forces list context upon the RHS.

So does system, but you don't see me using system to force list context. Your code supports what I say:

print ( 'a', 'b', foo ); # adcde print +() = ( 'a', 'b', foo ); # nothing

Assigning to the empty list does more than force context. It's not a good choice to force list context.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://738786]
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-03-28 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found