Help for this page
%hash = ( 1 => { ... }, 2.... # iteration );
$hash{1}{1} = "blah"; $hash{1}{2} = "blah";