HTML-String
view release on metacpan or search on metacpan
at least as far as 5.16.1, which is current as I write this. See
HTML::String::Overload for more details.
For integration with Template Toolkit, see HTML::String::TT.
CHARACTERS THAT WILL BE ESCAPED
HTML::String concerns itself with characters that have special meaning
in HTML. Those which begin and end tags (< and >), those which begin an
entity (&) and those which delimit attribute values (" and '). It
outputs them in a fashion compatible with HTML 4 and newer and all
versions of XHTML (assuming support for named entities in the parser).
There are no known incompatibilities with browsers.
HTML::String does not concern itself with other characters, it is
assumed that HTML documents will be marked with a suitable character
encoding via a Content-Type HTTP header and/or a meta element.
EXPORTS
html
my $html = html($do_not_escape_this);
( run in 0.472 second using v1.01-cache-2.11-cpan-49f99fa48dc )