Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <office:document-content office:version="1.2"
    ...
    </text:p>
    </office:text></office:body>
    </office:document-content>
    
  2. or download this
    <r>
       `-- <p>
    ...
               |      +- <s>
               |      `- c
               `- d
    
  3. or download this
    <r>
       `+- <p>
    ...
              `+- <x>
               |     `-- c
                `- d
    
  4. or download this
    use warnings;
    use strict;
    ...
    
    print "#####\n";
    print $dom;