Help for this page

Select Code to Download


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