On 6/11/06, audreyt@cvs.perl.org <audreyt@cvs.perl.org> wrote: [...] > @@ -147,8 +147,9 @@ > precedence levels autoincrement, exponentiation, symbolic unary, > multiplicative, and additive; but these are limited to standard > operators that are known to return numbers, strings, or booleans. > -(Operators that imply list operations are excluded: C<$>, C<@>, > -and C<xx>, for instance. Hyper operators are also excluded.) > +(Operators that imply list operations are excluded: C<@>, C<%>, > +and C<xx>, for instance. Hyper operators are also excluded, but > +post-assigment forms such as C<SIMPLE += SIMPLE> is allowed.) "...are allowed". // masakThread Previous