Help for this page
for (0..15) { $a{'a'}{$_} = 0; print scalar %{$a{'a'}}, "\n"; }
1/8 2/8 ... 11/16 12/16 15/32
print scalar @{[%{$a{'a'}}]}, "\n";