# New Ticket Created by Stephane Payrard # Please include the string: [perl #126385] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126385 >
> say ::('&say').WHAT
(Sub)
> ::('&say')
sub say (| is raw) { #`(Sub|140575934873152) ... }
> ::( '&say')
Cannot find method 'CALL-ME'
> ::('&say' )
sub say (| is raw) { #`(Sub|140575934873152) ... }
>
