in reply to Potential Ternary Operator Bug
If you deparse it with B::Terse, you'll find that the second op under the assign opcode is rv2av, dereferencing an array reference. Next up are a couple of leave/enter block opcodes. That's where the 'in leave' comes from. Looks like this prevents a core dump. Weird.
Anything else, you'll have to find someone who knows better than I.
|
---|