Hi Monks,
I need to use an index value to access array elements in Template::Toolkit. I was not able to find any documentation on such syntax. Is this possible with Template::Toolkit.
I have a few arrays. My goal is to loop over and access/print out the: 0th elements of all arrays first, then the 1st elements,....etc.
Thanks much!