I wrote a script that reads a tab delimited file and assigns a Scalar to each field. It then inserts it into a table in my database.
What I need to do is to take the value of one of the scalar ($Control) for each line in the file and check if it exists in my table. If it does then update the whole record with the new information from the file. If it does not then insert it into my table. Thanks