Help for this page

Select Code to Download


  1. or download this
        <?xml version="1.0" encoding="UTF-8"?>
        <arbre>
    ...
          </branche>
          <!--etc...-->
        </arbre>
    
  2. or download this
        <?xml version="1.0" encoding="UTF-8"?>
        <arbre>
    ...
          </branche>
          <!--etc...-->
        </arbre>
    
  3. or download this
        <arbre>
          <branche name="courbe" type="conifere">
    ...
          </branche>
          <!--etc...-->
        </arbre>
    
  4. or download this
    sub _mergeXML
    {
    ...
    
        open(FILE,">$FILEOUT") or die $!; print FILE $new->toString;close 
    +FILE;
    }