in reply to Re: Printing to stdout an array of strings and scalar references
in thread Printing to stdout an array of strings and scalar references
Hi Eily
To clarify the Template Toolkit is a web centric tool?
I am not actually interfacing this perl code with any kind of web front end, it is purely a CLI operation, however I had considered using a similar method with a multidimensional hash instead of an array, but when I thought about the complexities of keeping the ordering correct compared to my current requirements for this script an array just seemed simpler.
Anyhow, you have reminded me that I should take another look at Text::Template perhaps I could achieve some similar results using that.
Thanks for your assistance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Printing to stdout an array of strings and scalar references
by hippo (Archbishop) on Oct 25, 2017 at 08:35 UTC |