in reply to Re^5: Using variables in a DBI do queriy
in thread Using variables in a DBI do queriy

Sorry if I was a bit unclear about my problem this script has to be able to parse through multilevel files, each query represents a different file within a directory. Over all there are three directories I have to read from, one has three files (handled by the code in my other post), one has two files, and the last directory has one file. The way I am doing it now with different queries works I was just wondering if there was a more maintainable way to do it.

Anyways thanks for the help.

  • Comment on Re^6: Using variables in a DBI do queriy