I'm trying to include several large (1 to 2 meg) data files into a script I'm using. The text files will act as a base template.
Would it make sense to write a independent module that simply returns the data file, and if so; is it possible to compress the data file inside the module and uncompress it before using it?
Am I going down the correct path on this or is there a better solution?
Thanks