in reply to Re: %hash->{key} is valid syntax?
in thread %hash->{key} is valid syntax?

Not really. It gives you this warning: Using a hash as a reference is deprecated at d.pl line 7.
Gotcha -- I was using perl 5.6.1, which didn't warn. Thanks!