Help for this page

Select Code to Download


  1. or download this
    info: Parsing with XML::Bare 0.43 appears successful
    info: Parsing with XML::LibXML 1.69 appears successful
    ...
                 Rate   XML::Bare XML::LibXML
    XML::Bare   655/s          --        -31%
    XML::LibXML 953/s         45%          --
    
  2. or download this
    sub find_parsers {
       my @parsers;
    ...
       }
       return \@parsers;
    }