Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Output of hash

by johngg (Canon)
on Apr 23, 2019 at 21:27 UTC ( [id://1232922]=note: print w/replies, xml ) Need Help??


in reply to Output of hash

You are using arrays @k and @v so both key and value go into @k and @v gets nothing. Use scalars $k and $v instead.

Cheers,

JohnGG

Log In?
Username:
Password:

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

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

    No recent polls found