Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    print $newdom->toString(1);
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
       $parent->appendChild( $_ ) foreach @rules;
    
    print $dom->toString(1);