PET::Filter::GenHtml |
This filter is used to generate HTML-tags and markup from various textual markups at precompile time.
For example, you can generate a HTML table out of a CSV-like descriptor. See the “preprocess” method for available syntax.
| PET:: | This filter is used to generate HTML-tags and markup from various textual markups at precompile time. |
| Variables | |
| %TAGS | |
| Functions | |
| preprocess ($file, $content) | The general tag format looks like <!-- TABLIFY(...) |
| tag_TABLIFY (%p) | params, content |
| _parseParams ($s) |
my %TAGS
The general tag format looks like <!-- TABLIFY(...)
sub preprocess
params, content
sub tag_TABLIFY
sub _parseParams