$VAR1 = { 'INNERSUB' => { 'INNERSUB1' => { 'Element2' => [ { 'Type' => 'Type2', 'content' => 'Content' } ], 'Element1' => [ { 'Type' => 'Type1', 'content' => 'Content' } ] } }, 'CLASSNAME' => 'SUB1' }; Element2 Type: Type2 Content: Content Element1 Type: Type1 Content: Content