"HTML::Escape escape_html" => sub { bench_html_escape($input) }, }); } my $input = do { local $/ = <DATA> }; say "random webpage"; say "escape_html(random webpage)"; cmpthese( -10, { "hou