C-Style Logical XOR
C-Style Logical XOR
Posted Jun 14, 2024 16:48 UTC (Fri) by atnot (subscriber, #124910)In reply to: C-Style Logical XOR by magnus
Parent article: perl v5.40.0 released
Surely in that case you'd usually rather write something such as `col ^ row & 1`? It's kind of a bit too smart, but not much more than using an xor operator.