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