Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: "Junkyard" Puzzle: Average of Numbers

by jmcnamara (Monsignor)
on May 14, 2001 at 02:04 UTC ( [id://80113]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        sub average1 {
            local$"="+";eval("@{$_[0]}")/@{$_[0]}
        }
    
  2. or download this
        sub average2 {
            local$"="+";eval("@_")/@_
        }
    
  3. or download this
        sub average3 {
            eval(join"+",@_)/@_
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-03-28 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found