libtext-template-perl

Perl module to process text templates
  https://metacpan.org/release/Text-Template/
  0
  no reviews



Text::template is a library for generating form letters, building html pages, or filling in templates generally. a `template' is a piece of text that has little perl programs embedded in it here and there. when you `fill in' a template, you evaluate the little programs and replace them with their values.