DESCRIPTION This module Merges runtime data with static HTML or Plain Text template file. COPYRIGHT Copyright 2002-2003, Zet Maximum ltd. Maxim Kashliak . Aleksey V. Ivanov . All rights reserved. This module is free software; you may redistribute it and/or modify it under the same terms as Perl itself. PREREQUISITES This module requires perl 5.004 or later. INSTALLATION To install this module, move into the directory where this file is located and type the following: perl Makefile.PL make make test make install This will install the module into the Perl library directory. If you lack sufficient privileges for this, then you can specify an alternate directory like this: perl Makefile.PL PREFIX=/where/I/want/it/put make make test make install Once installed, you can use the following line to load the module into your scripts: use ZM::Template; If you installed the module into an alternative directory, you will need to let Perl know where it can be found: use lib "/path/to/my/modules"; use ZM::Template; See the POD documentation for further details.