Hey guys, I'm still pretty new to perl, so I'm not even sure is this will work, but here is what I am trying to do. I have 2 files. say file A has a list of numbers (which I can put into an array because there aren't very many of them) and I want to search file B which has 7 columns. I want perl to print the matching line to a new file if column 2 matches a value in file a (or the array) AND matches a search phrase in column 7 and if the value in column 4 falls into a specified range. Any and all help would be greatly appreciated!