Help for this page

Select Code to Download


  1. or download this
    for my $d ($root->findnodes($xpath)) {
        my @line = $d->content_list;
    ...
        }
        $d->replace_with(@truncated);
    }