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


Code:
say 42; say +any(‘abc’, 42.5)

Result:
42
===SORRY!===
Cannot convert string to number: base-10 number must begin with valid digits or 
'.' in '⏏abc' (indicated by ⏏)


There is no line number and the ===SORRY!=== should only be compile-time.

See #RT 131118 for some background information.

Reply via email to