DESCR 447 B

12345678
  1. This module attempts to make using HTML templates simple and natural.
  2. It extends standard HTML with a few new HTML-esque tags. The file
  3. written with HTML and these new tags is called a template. It is
  4. usually saved separately from your script. Using this module you fill
  5. in the values for the variables, loops and branches declared in the
  6. template. This allows to separate design - the HTML - from the data,
  7. which you generate in the Perl script.