NAME HTML::Scrubber - Perl extension for scrubbing/sanitizing HTML VERSION version 0.19 SYNOPSIS use HTML::Scrubber; my $scrubber = HTML::Scrubber->new( allow => [ qw[ p b i u hr br ] ] ); print $scrubber->scrub('<p><b>bold</b> <em>missing</em></p>'); # output is: <p><b>bold</b> </p> # more complex input my $html = q[ <style type="text/css"> BAD { background: #666; color: #666;} </style> <script l
{{#tags}}- {{label}}
{{/tags}}