Codebase list libhtml-tiny-perl / d74dfd7c-21c0-4da3-a0a5-386ceb9d76ea/main
d74dfd7c-21c0-4da3-a0a5-386ceb9d76ea/main

Tree @d74dfd7c-21c0-4da3-a0a5-386ceb9d76ea/main (Download .tar.gz)

HTML::Tiny

"HTML::Tiny" is a simple, dependency free module for generating HTML
(and XML). It concentrates on generating syntactically correct XHTML
using a simple Perl notation.

In addition to the HTML generation functions utility functions are
provided to

*   encode and decode URL encoded strings

*   entity encode HTML

*   build query strings

*   JSON encode data structures

INSTALLATION

This is a Perl module distribution. It should be installed with
whichever tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further
instruction. Should you wish to install this module manually, the
procedure is

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT AND LICENSE

This software is copyright (c) 2008 by Andy Armstrong.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.