So, I have 2 files: file.pl, that is a script that posts an xml call to a certain service, and file.dat, that is a template file for the xml posting.
Everything works just fine, but due to distribution reasons i'd like to include the template in the script. The obvious solution is to include the template in a variable, but I want to do it in a more easy managed way.