Help for this page

Select Code to Download


  1. or download this
    .
    .
    use XML::LibXML;# Plus the other modules above
    ...
    my $xpath = XML::XPath->new(xml=>"$file");
    
    [...And resume the above code.]