%hash = ( 1 => { 1 => "", #dynamically created name => "", that => "", }, 2.... # iteration ); #### $hash{1}{1} = "blah"; $hash{1}{2} = "blah";