Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Is hash evaluated with in double quotes

by velusamy (Monk)
on Mar 05, 2009 at 12:11 UTC ( [id://748502]=note: print w/replies, xml ) Need Help??


in reply to Is hash evaluated with in double quotes

Hi,

You can't get hash values directly.
You can use foreach to get the hash values.

print $_,":",$hash{$_},"\n" foreach ( keys %hash);

Log In?
Username:
Password:

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

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

    No recent polls found