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

Re: Array of Hashes

by trizen (Hermit)
on Apr 19, 2012 at 15:37 UTC ( [id://966004]=note: print w/replies, xml ) Need Help??


in reply to Array of Hashes

You need to change the subroutine prototype from
sub Bounce ($) { ... }
into
sub Bounce (@) { ... }
or (better) don't use prototypes at all.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2024-04-23 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found