my $root = HTML::TreeBuilder->new(); $root->utf8_mode(1); $root->attr_encoded(0); $root->parse( $html );