Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^4: There's scalar(), but no list(). Perl could need one for rare but reasonable use

by flowdy (Scribe)
on Jun 17, 2014 at 20:04 UTC ( [id://1090198]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub modify3scalars (\$\$\$) { ... }
    my @three = qw(values aggregated in_array);
    modify3scalars(scalars_in @three);
    # modify3scalars($three[0], $three[1], $three[2]);
    # But alas! scalars_in %hash - in what order?
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found