Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: HASH value as a subroutine call

by AnomalousMonk (Archbishop)
on Oct 21, 2012 at 11:46 UTC ( [id://1000210]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub sum($$){...}   # do you really need ($$) ? That is rarely useful.
    
  2. or download this
    >perl -wMstrict -le
    "sub sum ($$);
    ...
    "
    (HARD 1 2 3 4)  arguments: 5
    (SOFT 9 8 7 6)  arguments: 5
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-03-19 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found