Help for this page

Select Code to Download


  1. or download this
        for my $p ($elt->children('p')) {
            for my $c (reverse($p->cut_children())) {
    ...
            }
            $p->delete();
        }