Help for this page
for my $test ($xml->findnodes('/parent_node')) { for my $mystring ($test->findnodes('node2/child_node_a')) { print $mystring, "\n"; } }