Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print $doc->toString();
    
  2. or download this
    <?xml version="1.0"?>
    <root>
    ...
    <cat tail="text" meow="default"/>
    <dog tail="text" bark="text"/>
    </root>