@searcharray = (1, 2, 3, 4, 5); $scalar = 3; if (join(':', ('', @searcharray, '')) !~ /:$scalar:/) { print "not found!\n"; }