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

Re^2: Use of wantarray Considered Harmful (bad use)

by TGI (Parson)
on Dec 12, 2008 at 21:06 UTC ( [id://730047]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            return wantarray ? @x : \@x;
    
            return wantarray ? @x : $x[0];
    

Log In?
Username:
Password:

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

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

    No recent polls found