HTML-Obj2HTML
view release on metacpan or search on metacpan
use HTML::Obj2HTML file_extension => ".po"
=item * C<default_currency>
Which currency to format output for when encountering the built in C<currency>
element.
=item * C<mode>
XHTML or HTML
=item * C<warn_on_unknown_tag>
Whether or not to print a warning to STDERR (using carp) when encountering an
element that doesn't look like an HTML element, or registered extension element
=item * C<html_fromarrayref_format>
This module accepts two formats for conversion; one is an HTML::FromArrayref
style arrayref, one is a variation. Differences are noted below.
use HTML::Obj2HTML file_extension => ".po"
- `default_currency`
Which currency to format output for when encountering the built in `currency`
element.
- `mode`
XHTML or HTML
- `warn_on_unknown_tag`
Whether or not to print a warning to STDERR (using carp) when encountering an
element that doesn't look like an HTML element, or registered extension element
- `html_fromarrayref_format`
This module accepts two formats for conversion; one is an HTML::FromArrayref
style arrayref, one is a variation. Differences are noted below.
lib/HTML/Obj2HTML.pm view on Meta::CPAN
use HTML::Obj2HTML file_extension => ".po"
=item * C<default_currency>
Which currency to format output for when encountering the built in C<currency>
element.
=item * C<mode>
XHTML or HTML
=item * C<warn_on_unknown_tag>
Whether or not to print a warning to STDERR (using carp) when encountering an
element that doesn't look like an HTML element, or registered extension element
=item * C<html_fromarrayref_format>
This module accepts two formats for conversion; one is an HTML::FromArrayref
style arrayref, one is a variation. Differences are noted below.
( run in 1.538 second using v1.01-cache-2.11-cpan-49f99fa48dc )