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

Re^2: How to assign an array to a value in hash?

by deMize (Monk)
on Jul 08, 2009 at 21:46 UTC ( [id://778420]=note: print w/replies, xml ) Need Help??


in reply to Re: How to assign an array to a value in hash?
in thread How to assign an array to a value in hash?

I know this is old, but the @value_array in the for-loop doesn't need to be created.

I'm sure there's a lot more that could be cleaned up to make this closer to a one-liner (just looking at it), but I figured I'd update the most important part, due to efficiency issues with creating temporary variables in a loop.

You can just reference an array's value like: $new_hash{$key}[0]

Note: The example uses $_ instead of $key and instead of choosing the second element in the array (1), I've replaced with the first element (0).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 17:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found