Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: context-sensitivity for selfwritten functions

by rob_au (Abbot)
on Jan 28, 2004 at 09:06 UTC ( [id://324625]=note: print w/replies, xml ) Need Help??


in reply to context-sensitivity for selfwritten functions

In order to distinguish between scalar and list return contexts, take a look at the wantarray function - See perldoc -f wantarray).

This functionality has been expanded further in the Want module which provides a greater generalisation of return contexts including top level contexts such as void, scalar and list, lvalue subroutine context and referential contexts (such as scalar, hash, array, object and alike).

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001010111000'"

Log In?
Username:
Password:

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

    No recent polls found