if any(@ingredients) eq 'flour'; #### if @ingredients->contains('flour'); #### if any { $_ eq 'flour' } @ingredients