Help for this page

Select Code to Download


  1. or download this
    use XML::Twig::XPath;
    
    ...
        print $section->get_xpath( q{//OverallConnectionPoolStatus/FlowRat
    +er[Name='Total.IncomingReq']} );
        $t->purge;
    }
    
  2. or download this
        use XML::XPath;
        use XML::XPath::XMLParser;
    ...
                XML::XPath::XMLParser::as_string($node),
                "\n\n";
        }