Help for this page

Select Code to Download


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