Help for this page
sub exists { my ($array, $value) = @_; ... } exists( $arr_ref, $value ) ? 'yes' : ''