use 5.014; use warnings; use Marpa::R2::HTML qw(html); my $with_table = <<"HTML"; HTML my $no_table = html( \$with_table, { svg => sub { return q{} } }); say $$no_table; ####