Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    use Data::Dumper;
    $xs = new XML::Simple;
    my $ref = $xs->XMLin("data.xml");
    my $xml = $xs->XMLout($ref);
    
  2. or download this
    <?xml version='1.0' encoding='UTF-8'?>
    <result> 
    ...
        </suites>
        <duration>34082.0</duration>
    </result>
    
  3. or download this
    Regression.CR0097956 , 
    Regression.CR001000 , 
    Regression.CR002000