Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Golf: Adding up array elements

by ioannis (Abbot)
on Nov 02, 2005 at 16:57 UTC ( [id://505002]=note: print w/replies, xml ) Need Help??


in reply to Golf: Adding up array elements

Besides brevity, it might also execute faster since Util.xs informs us that sum() is coded in C, as NV sum(...)

use List::Util qw(sum); print sum (my @arr = qw( 1 3 5 6));

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (10)
As of 2024-04-19 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found