Help for this page
use strict; use XML::XPath; ... my $path = '/SuperItem/MajorItems[2]/MinorItem'; print $xp->findnodes_as_string($path);
<MinorItem> <Item>Suitcase</Item> </MinorItem>