use XML::Twig; use XML::XPath; use XML::XPath::XMLParser; use XML::Twig::XPath; my $xpathTitle = "//article"; my @title = $twig->find_nodes ($xpathTitle); $Title = $title[0]->text(); print $Title; #this is where the error occurs