2.36. html_table

Builds an HTML table

2.36.1. Summary

The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

This is a container tag, i.e. [html_table] FOO [/html_table]. Nesting: NO

Invalidates cache: no

Called Routine:

ASP-like Perl call:

    $Tag->html_table(
        {
        },
        BODY
    )

 OR

    $Tag->html_table($ATTRHASH, $BODY);

2.36.2. Description

Builds an HTML table