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);