Subject: | Smart match operator + anonymous array + ternary operator = errors |
The following two codes produce errors in a new file *.ERR:
qr/3/ ~~ ['1234'] ? 1 : 0;
map { $_ ~~ ['0', '1'] ? 'x' : 'o' } @a;
Subject: | ERR |
Message body not shown because it is not plain text.
Subject: | LOG |
Message body not shown because it is not plain text.