Re: [perl #130710] Cannot use hyper operator on $_ by doing .».method

2017-02-03 Thread Samantha McVey
The second code should have been: $_ = (' a ', ' b '); .».trim.perl.say which does have the error message.

[perl #130710] Cannot use hyper operator on $_ by doing .».method

2017-02-03 Thread via RT
# New Ticket Created by Samantha McVey # Please include the string: [perl #130710] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130710 > $_ = (' a ', ' b '); $_.».trim.perl.say OUTPUT: $("a", "b") $_ = (' a ', ' b '