in reply to What is better: Static input data in separate file or embedding static input data in code.

Thank you stevieb, Discipulus, Anonymous Monk, hippo for all your inputs.

This is not for test so I'll not add data in code and will keep it in separate file as it is now. Making the default file and giving user option to give a different filename is pretty useful but this has to be run through a cron in this particular case. I have not used __DATA__ much until now but will explore it.

  • Comment on Re: What is better: Static input data in separate file or embedding static input data in code.