Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: wantarray propagation?

by John M. Dlugosz (Monsignor)
on May 20, 2011 at 19:58 UTC ( [id://905962]=note: print w/replies, xml ) Need Help??


in reply to wantarray propagation?

Indeed. You can use scalar foo(...) to force foo to be called in scalar context. I think using the function on a line by itself, without using the return value, will give void context. The reason it is not the case in your example is because test() is the last line in the function test2, and is an implicit return statement. You are actually saying return test() which propagates test2's context. Write test(); return; instead.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-18 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found