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


    my \term = 42;
    say term.Str;    # Works fine
    say term\ .Str;  # Error: "Variable '&term' is not declared"

Reply via email to