Help for this page
my $tc = $xml->{dut}->[0]->{tc}; foreach my $id (keys %$tc) { ... if ($tc->{$id}->{result} eq 'Failed'){$Failed++;} }