in reply to Re^3: strange boolean algebra behaviour
in thread strange boolean algebra behaviour

When you use the -p option, the output also includes parentheses even when they are not required by precedence, which can make it easy to see if perl is parsing your expressions the way you intended.

thank you. maybe easier to see.

perl -MO=Deparse,-p -anle "print $F[3];" tmp.txt
This showed me what is -a,n,l.