Parse::Template - 0.31
C<Parse::Template> was initially created to serve as a code generator
for the C<Parse::Lex> class. The class is now available as a separate
module.
Parse::Template is delivered with various examples (see the 'examples'
directory).
Copyright (c) 1995-1999 Philippe Verdret. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
--
Philippe Verdret <
[email protected]>
___________________________
HOW TO BUILD and INSTALL IT
% perl Makefile.PL
% make
% make install