in reply to %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.

Replies are listed 'Best First'.
Re^2: %hash->{key} is valid syntax?
by saintmike (Vicar) on Oct 27, 2004 at 01:02 UTC
    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!