Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: hash with both values and keys unique to each other

by toolic (Bishop)
on Jul 12, 2012 at 17:07 UTC ( [id://981447]=note: print w/replies, xml ) Need Help??


in reply to hash with both values and keys unique to each other

Your code does not compile due to a missing semicolon after the split statement.

$value[0] implies that you have an array named @value, but I only see @val. use strict and warnings (Tip #1 from the Basic debugging checklist)

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found