Help for this page

Select Code to Download


  1. or download this
     <foo>
       <bar>x</bar>
       <baz>y</baz>
     </foo>
    
  2. or download this
    line 925
    <<      next if($val =~ m{^\s*$}s);  # Skip all whitespace content
    ...
    >>    if (!$self->{opt}->{suppressempty} and scalar(keys %$attr) > 1 a
    +nd $attr->{$self->{opt}->{contentkey}} =~ m{^\s*$}s) {
    >>      delete $attr->{$self->{opt}->{contentkey}};
    >>    }