for my $node ($root->findnodes('//div[@id="print"]')) { $node->parentNode()->removeChild($node); }