Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Hash keys not DWIMming

by ruzam (Curate)
on Oct 08, 2010 at 00:52 UTC ( [id://864119]=note: print w/replies, xml ) Need Help??


in reply to Hash keys not DWIMming

You may also find it interesting, that what's good for the goose is also good for the gander.

Just as you can use an unquoted key while using your hash:

print $h{world}, "\n";

You can also use an unquoted key while creating your hash:

my %h = ( '512_x64' => '24', world => 'hello');

Log In?
Username:
Password:

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

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

    No recent polls found