- or download this
use strict;
use XML::Twig;
...
$tit->set_gi('tit');
}
- or download this
input:
<?xml version="1.0"?>
...
</title>
</title>
</stats>
- or download this
output:
<?xml version="1.0"?>
...
</tit>
</tit>
</stats>
- or download this
Expected output:
<?xml version="1.0"?>
...
</tit>
</stats>