in reply to Re^5: 'xor' operator is not a sibling to 'or' and 'and'?
in thread 'xor' operator is not a sibling to 'or' and 'and'?
output ('' vs. undefined):perl -wle 'my( $A, $B ); print for map "[$_]", ( $A xor $B ), ( $A and + not $B or $B and not $A ); '
Use of uninitialized value $_ in concatenation (.) or string at -e lin +e 1. [] []
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: 'xor' operator is not a sibling to 'or' and 'and'?
by LanX (Saint) on Dec 28, 2019 at 17:06 UTC |