if( grep /^\Q$scalar$/, @array ) { ## it's in there } #### if( grep $_ eq $scalar, @array ) { ## it's in there }