chomp(@searchlist = `ls`); open(IN,"test.txt"); while () { chomp; if ($_ =~ @searchlist) {print "Match Found"} }