I am new to perl modules and for sure Text::Template. Could you please give some hints for how to use fill_in more than once for the same template and each time we fill in different variables in the template? Is this possible? If we use HASH, do we have to cover all the variables in the template inside the hash we are going to fill in once?
Thanks a lot.