Help for this page

Select Code to Download


  1. or download this
    use Encode;
    use utf8;
    ...
            $hs->eof;
            return decode_utf8($stripped);
    }
    
  2. or download this
            my $clean_text = parse_workaround( $raw_html );
    #       my $hs = HTML::Strip->new();
    #       my $clean_text = $hs->parse( $raw_html );
    #       $hs->eof;