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


> p6 'my $f = (*.sort)([1,3,1]); say $f.^name'
BOOTArray
> p6 'say ((*.sort)([1,3,1])).WHAT'
()
> p6 'say WHAT ((*.sort)([1,3,1]))'
(List)

Reply via email to