On 06/08/2018 09:44 PM, Brent Laabs wrote:
It isn't in any variable, @x.sort got called in sink context. You'll have to assign it if you want, maybe use @x.=sort ?
Is alright. I didn't understand what was happening anyway. Thank you for the help!
On 06/08/2018 09:44 PM, Brent Laabs wrote:
It isn't in any variable, @x.sort got called in sink context. You'll have to assign it if you want, maybe use @x.=sort ?
Is alright. I didn't understand what was happening anyway. Thank you for the help!