DESCR 366 B

1234567891011
  1. HTML::Tiny is a simple, dependency free module for generating HTML (and
  2. XML). It concentrates on generating syntactically correct XHTML using a
  3. simple Perl notation.
  4. In addition to the HTML generation functions, utility functions are
  5. provided to:
  6. * encode and decode URL encoded strings
  7. * entity encode HTML
  8. * build query strings
  9. * JSON encode data structures