%HoH = ( cat => { 'FY2003-Q2' => { 'this is the customers data => '1' }, 'FY2003-Q4' => { 'this is the customers data => '1' }, 'FY2004-Q1' => { 'this is the customers data => '1' }, 'FY2004-Q2' => { 'this is the customers data => '1' }, }, dog => { 'FY2003-Q2' => { 'this is the customers data => '1' }, 'FY2003-Q1' => { 'blah blah blah' => '1' }, }, catdog => { 'FY2004-Q1' => { 'blah blah blah' => '1' }, 'FY2004-Q2' => { 'blah blah blah' => '1' } } );