The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.01 - 1998-09-15

  • added clear(SCALAR) which clears the scalar from the parsed hash. i.e. $tpl->clear("FOO"); ## equivalent to: $tpl->assign(FOO=>"");
  • made $v='' not undef in parse() to avoid spurious warnings Thanks to: Benjamin Low <b.d.low@unsw.edu.au>
  • added method define_nofile() (alias: define_raw) which allows you to define a template without having to create a separate file for your template.

Modules

Perl extension for managing templates, and performing variable interpolation.