http://www.perlmonks.org?node_id=1012324


in reply to How to make dynamic result in META varriable in perl template toolkit

The name of this game is called "Templates" and Perl is very good at it.

Check out modules such as Template Toolkit, Mojo::Template, Mason or HTML::Template.

There are many many more templating engines, the above are just a few randomly selected (although I personally like Template Toolkit very much).

Update: Oops, sorry, only now I see your title. You are already using templates. (/me hides in a dark corner of the Monastery).

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re: How to make dynamic result in META varriable in perl template toolkit