Currently, I have a flatfile-database, that's newline seperated so it would be easy to read into an array or some other form. What I hope to do is have a script which will take an input, and print everyline that matches it:
eg:
Would it be more 'economical' to put all this information into a database like MySQL instead of having a forloop and a regex search every line each time?