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