my $maxBits=60; # hash reference - gave error message below my %maxBits=60; # wrong %maxBits=map {$_=>60} ; #?