Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Function Prototypes and Array vs. List (Pt. 2)

by tadman (Prior)
on Jun 13, 2002 at 14:28 UTC ( [id://174215]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Foo::create(@bob);
  2. or download this
    Foo::create(listify(@bob));    # List converter?
    Foo::create($bob[0..$#bob]);   # Array slice as list?
    
  3. or download this
    Foo::bar($baz[0],$baz[1],$baz[2],...,$baz[$#baz]);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 19:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found