Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: List context or not?

by yakko (Friar)
on Mar 13, 2001 at 00:06 UTC ( [id://63934]=note: print w/replies, xml ) Need Help??


in reply to List context or not?

Since foo() returns a list, why not assign it to a list:
my @bar=foo(); print "@bar\n";
To get the number of keys returned by foo(), it'd be:
my $baz=scalar(@bar);
(Update: the "wantarray" answers are probably better, I'm a young grasshopper learning, blah blah blah. :o)

--
Me spell chucker work grate. Need grandma chicken.

Log In?
Username:
Password:

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

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

    No recent polls found