Parse::Template - 0.33 Parse::Template was initially created to serve as a code generator for the 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-2000 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 _________________________________ How to BUILD, TEST and INSTALL it % perl Makefile.PL % make % make test # or make test TEST_VERBOSE=1 % make install