Help for this page

Select Code to Download


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