Help for this page

Select Code to Download


  1. or download this
    {   
        no warnings 'redefine';
        sub Test::XML::XPath::XML::LibXML::new {
    ...
            return bless { xpath => $xpc } => $class;
        }
    }