Help for this page

Select Code to Download


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