in reply to Operator precedence
Unfortunately it appears that my Deparse chokes on =~, but the principle is the same for something like +, and for
if(lc $foo + lc $bar) {print $foo} produces
if (lc(($foo + lc($bar)))) { print($foo); } -e syntax OK
--
I'd like to be able to assign to an luser
|
|---|