in reply to Re^3: 'or' versus '||' - Unexpected Results
in thread 'or' versus '||' - Unexpected Results
In scalar context, "," returns its RHS operand (after evaluating both sides in scalar context).
That's true except when it's not. See Re^2: ||= oddity
|
|---|