Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: "Junkyard" Puzzle: Average of Numbers

by MeowChow (Vicar)
on May 13, 2001 at 22:56 UTC ( [id://80086]=note: print w/replies, xml ) Need Help??


in reply to "Junkyard" Puzzle: Average of Numbers

Flibbertigibbit! All the fun ones have been done...
use List::Util qw(sum); sub avg { (sum @{$_[0]}) / @{$_[0]} }
oops: didn't notice the last rule. never mind, run along now...
   MeowChow                                   
               s aamecha.s a..a\u$&owag.print

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 18:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found