Help for this page
XML: <list> <article>The Doctor’s Field Manual</article> <article>Technician’s Introduction</article> </list>
use XML::Twig; use XML::XPath; ... my @title = $twig->find_nodes ($xpathTitle); $Title = $title[0]->text(); print $Title; #this is where the error occurs