Help for this page

Select Code to Download


  1. or download this
    sub exists { 
      my ($array, $value) = @_; 
    ...
    }
    
    exists( $arr_ref, $value ) ? 'yes' : ''
    
  2. or download this
    sub exists { 
      my ($array, $value) = @_; 
    ...
    }
    
    exists( $arr_ref, $value ) ? 'yes' : ''