Text::MagicTemplate README File =============================== Description ----------- MagicTemplate is a "magic" interface between programming and design. It makes "magically" available all the runtime values - stored in your variables or returned by your subroutines - inside a static template file. Usually no need to assign values to the object. Installation ------------ 0. Prerequisites: - Perl version 5.005 or more recent. 1. Standard installation - from the directory where this file is located, type: perl Makefile.PL make make test make install make clean 2. Manual installation - if your OS does not have any 'make' support, just copy the modules and the pod files: ./MagicTemplate.pm /perl/site/lib/Text/MagicTemplate.pm ./MagicTemplate.pod /perl/site/lib/Text/MagicTemplate.pod ./MagicTemplate/HTML.pm /perl/site/lib/Text/MagicTemplate/HTML.pm ./MagicTemplate/HTML.pod /perl/site/lib/Text/MagicTemplate/HTML.pod ./MagicTemplate/Utilities.pm /perl/site/lib/Text/MagicTemplate/Utilities.pm ./MagicTemplate/Utilities.pod /perl/site/lib/Text/MagicTemplate/Utilities.pod -- Domizio Demichelis 2002-09-15