my $parser = XML::LibXML->new() or die $!; my $tree = $parser->parse_file('content.xml') or die $!; my @nodes = $tree->findnodes('//p');