I would appreciate if you could share some tricks with the use of Text::Template.
1)In the text file to be processed, how can we ignore sentences in the file which we treat as "comments" and do not want to show them up in the converted version of the file?
2)Can we set up more than 1 delimiters in one single call of the fill_in? For example, (% %) for perl variable definitions and (# #) for perl functions etc.
Thanks in advance.