On Wed, 22 May 2019 11:33:05 -0700, public@khwilliamson.com wrote: > These cases are extracted from [perl #112084] > https://rt.perl.org/Ticket/Display.html?id=112084 > > filed by Tom Christiansen, the rest of which has been fixed or > rejected. > > % blead -wle 'print 0x - 1' > 1 > % blead -wle 'print 0b - 1' > -1 > % blead -wle 'print 0xx2' > 00 > > Surely that's again an error? Those are the same kind of thing as > this: > > % blead -wle 'print 3.14e' > Bareword found where operator expected at -e line 1, near "3.14e" > (Missing operator before e?) Unquoted string "e" may clash with future > reserved word at -e line 1. syntax error at -e line 1, near "3.14e " > Execution of -e aborted due to compilation errors. > Exit 255 Something like the attached? Tony --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=134125