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


$_ = ('   a ', '  b  '); $_.».trim.perl.say
OUTPUT:
$("a", "b")

$_ = ('   a ', '  b  '); $_.».trim.perl.say
OUTPUT: 
===SORRY!=== Error while compiling:
Malformed postfix call (only alphabetic methods may be detached)
------> $_ = (' a ', '  b '); .⏏».trim.perl

Reply via email to