Roger Hale wrote: > This is why I would rather the o -> [o] circumfixion left [o] an infix, > not prefix operator. I would rather be explicit about my identity: > $product = 1 [*] @array; Hmm. Not all operators *have* an identity. You'd have to write, in that case; @array[0] [ƒ] @array[1..@array.end] Which isn't great IMHO. Sam.Thread Previous | Thread Next