Help for this page
<exec> <tc id=001/> <tc id=002/> <tc id=003/> </exec>
my $xmlfile = new XML::Simple (Outputfile => $conf, ForceArray => 1, RootName=>'exec'); my $xml = $xmlfile->XMLin($conf);
foreach my $tc (@{$xml->{tc}}) { print "$tc"; }