or download this
Scalar value @hash{ qw# one two # } better written as
$hash{ qw# one two # } at mytest.pl line 13 (#1)
...
hash element as a list, you need to look into how references
work, because Perl will not magically convert between scalars
and lists for you. See perlref.