Help for this page
use 5.014; use warnings; ... HTML my $no_table = html( \$with_table, { svg => sub { return q{} } }); say $$no_table;
<!DOCTYPE html> <html> ... </body> </html>