- or download this
my @tc = param("checkbox"); #like: 001.001 002.001 003.001 004.001
- or download this
<exec>
<tc id="001.100"></tc>
...
<tc id="003.100"></tc>
<tc id="004.100"></tc>
</exec>
- or download this
my $xml = new XML::Simple (Outputfile => $conf,
RootName=>'exec');
...
$data = $xml->XMLout($exec);
print Dumper($data);
}