or download this
#!/usr/bin/perl
...
#I have gotten this far but now I want to use regular expression that
+matches each entry of the second column of file1 to the entire @uniqu
+e_f. Thus, if the match is NOT DEFINED, then it should print the who
+le line.
Thanks!