- or download this
my $TestRun= {
'SuccessfulTests' => [
...
}
]
};
- or download this
<TestRun>
...
</FailedTests>
</TestRun>
- or download this
my $xml = new XML::Simple;
my $dec = '<?xml version="1.0" encoding="utf-8"?>';
print $xml->XMLout($VAR2, XMLDecl => $dec, keyattr => [], RootName =>
+'TestRun');
- or download this
<?xml version="1.0" encoding="utf-8"?>
<TestRun>
...
</FailedTests>
</TestRun>