Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    
    ...
    }
    
    1
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $tidy->no_expand_entities(1);
    $tidy->p_strict(1);
    print $scrubber->scrub($tidy->parse_content($html)->as_XML);