Help for this page

Select Code to Download


  1. or download this
    my $subtree = $dom->find($whatever);
    $subtree->delete if $substree;
    
  2. or download this
    #pseudo-code - does not run!!!
    $dom->find($whatever)?->delete;