Help for this page

Select Code to Download


  1. or download this
    XML:
    <list>
    <article>The Doctor&#8217;s Field Manual</article>
    <article>Technician&#x2019;s Introduction</article>
    </list>
    
  2. or download this
    use XML::Twig;
    use XML::XPath;
    ...
    my @title = $twig->find_nodes ($xpathTitle);
    $Title = $title[0]->text();
    print $Title;  #this is where the error occurs