- or download this
use strict;
use warnings;
...
print "\n";
$element_root->splice_content(1,1);
$element_root->dump;
- or download this
<html> @0 (IMPLICIT)
<head> @0.0 (IMPLICIT)
...
<html> @0 (IMPLICIT)
<head> @0.0 (IMPLICIT)
- or download this
use strict;
use warnings;
...
print "\n";
$body->splice_content(1,2);
$body->dump;