Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Hash create

by Thilosophy (Curate)
on Jul 04, 2005 at 12:41 UTC ( [id://472215]=note: print w/replies, xml ) Need Help??


in reply to Hash create

One line and a half:
my %h; @h{@keys} = @values;

Replies are listed 'Best First'.
Re^2: Hash create
by ysth (Canon) on Jul 04, 2005 at 22:30 UTC
    @$_{@keys} = @values for \my %h; :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 21:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found