Help for this page

Select Code to Download


  1. or download this
    package MyXMLSimple;
    use base 'XML::Simple';
    ...
            NoEscape      => 1,
            SuppressEmpty => 1
    );
    
  2. or download this
    sub add_nodes_hash
    {
    ...
    return $dom->toString(1);
    
    }
    
  3. or download this
    ====================TIMINGS=======================
    LibXML time for 100 rep(s): 5409.750 ms
    XML Simple time for 100 rep(s): 3699.437 ms