in reply to Remove lines from a file based on a second file
In general first read the file with values into a hash using values as hash keys then loop over the csv file and skip every value which matches a key in a hash. We'll be happy to help you when you show us your code.