On Fri Nov 25 14:42:54 2011, jkeenan wrote: > On Sun May 15 15:10:27 2011, tom christiansen wrote: > > The elliptical statement, "...", it not an operator and therefore does not > > belong in perlop. If it were an operator, it would have precedence, > and it > > does not. That's because it is a term, not an operator. > > It *does*, however, appear in the precedence table early in pod/perlop.pod: > > 48 left || // > 49 nonassoc .. ... > 50 right ?: That's a reference to the range operator (e.g. EXPR ... EXPR) which is unrelated to this ticket.Thread Previous