open(FILE1,"/tmp/file1"); open(FILE2,"/tmp/file2"); while(){ $var = $_; while(){ #compare $var against new $_ if($var eq $_){ print "$_ matched!\n"} } }