- or download this
Reference found where even-sized list expected at ...
- or download this
c={A=>'0',B=>'0',C=>'0',D=>'0'};
- or download this
Reference found where even-sized list expected
...
%hash = ( one => 1, two => 2, ); # right
%hash = qw( one 1 two 2 ); # also fine