Help for this page
'host1' => { 'tgt' => { ... },
foreach my $host (keys %rez) { foreach my $tgt ( keys %{ $rez{$host}{'tgt'} } ) { ... }}}