Greetings! I am interested in embedding template files (that happen to be XML) into a perl script.
Currently, my perl script will go to a folder named TEMPLATES, open a template file (based on the user's input) and load the file into an array. Instead of having a separate TEMPLATES folder to hold the various template files; I would like to "embed" them directly into the perl code.
Does anyone have any experience with this or thoughts on how to achieve it?
Thanks!