http://www.perlmonks.org?node_id=984389


in reply to Re^4: hash deref confusion: Intermediate Perl
in thread hash deref confusion: Intermediate Perl

.... using @ for hash slices is pretty consistent with the rest of the language

It is, but its still quirky, look, there is a list on the right side:

%hash = @list;

@list = %hash;