Help for this page

Select Code to Download


  1. or download this
    #  Adjust truth value tests & returned truth values as you like.
    sub short_circuit_list_and
    ...
      }
      return $and;
    }
    
  2. or download this
    #  Adjust truth value tests & returns as you like.
    sub list_and
    ...
      }
      return $and ? 1 :0;
    }