# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #130296]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130296 >


Code:
say :10<4_x>

Result:
===SORRY!=== Error while compiling -e
Invalid base-10 character '_': 4⏏_x. Please use one of 0..9
at -e:1
------> say :10<4_x>⏏<EOL>


Actually, ‘_’ is OK, it is the ‘x’ that it does not like. It should complain 
about ‘x’.

Reply via email to