## my $xmlfile = new XML::Simple (Outputfile => $conf, ForceArray => 1, RootName=>'exec'); my $xml = $xmlfile->XMLin($conf); ##
## foreach my $tc (@{$xml->{tc}}) { print "$tc"; }