On Sat, Aug 14, 2004 at 08:42:51AM -0700, Mark Lentczner wrote: : : On Aug 14, 2004, at 12:17 AM, Larry Wall wrote: : >Here's the current precedence table as I see it, based mostly : >on what the, er, cabal came up with after the Perl conference. : : Okay, time to get out the quill and parchment and start work on : revising the Periodic Table of the Operators.... : : - Mark "hope the tallow candle lasts 'till dawn" Lentczner
You'll also want to make sure the zip operator (¥) gets in there, probably with the same precedence as ==> (unless we decide it's a scalar-only operator, in which case it can be tighter because it would only work on array refs). It also has self-associativity issues much like ^ and ==> and, if you squint, semicolon inside subscripts. Larry