Juerd wrote:

According to S03, ~ is tighter than x, while in Perl 5, . was looser
than x.

No. According to S03, *unary* ~ is tighter than x. *Binary* ~ is looser:

    symbolic unary      ! + - ~ ? * ** +^ ~^ ?^ \
    multiplicative      * / % x xx +& +<< +>> ~& ~<< ~>>
    additive            + - ~ +| +^ ~| ~^

Damian



Reply via email to