# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127395] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127395 >
Code: say ‘foo’.starts-wizh(‘f’) Result: Method 'starts-wizh' not found for invocant of class 'Str' in block <unit> at /tmp/Xuj94JRz4X line 1 It should say “Did you mean “starts-with”?” This is a known issue but it seems like there was no ticket, so that's why I am submitting it.