Help for this page
grep $phone_num file1 file2 file3
my $result = `grep $phone_num file1 file2 file3`; if($result) { print "number is in blocked list"; }