Help for this page
my %test; $test{a}[2]{b} = 'Hello'; ... # ( a => [ undef, # undef, # { b => "Hello" } ] )
if (!$hoh{$c1}{count}) { $hoh{$c1}{count} = 5; } # verbose form
$hoh{$c1}{count} ||= 5; # shortcut