$VAR1 = { 'L1A' => { 'L2A' => { 'L3A' => { 'L4A' => '/path/to/exe', 'L3B1' => '/path/to/exe' }, 'L3B' => { 'L4A' => '/path/to/exe' } }, 'Second' => { 'L3B' => '/path/to/exe', 'Third1' => '/path/to/exe' } } };