El Saturday, 01 de October del 2016 a les 20:44, Moritz Lenz va escriure:

On 01.10.2016 19:57, mimosinnet wrote:
@opposite = @opposite.sort({@$^a[3]});

For the record, you can simplify this a bit:

@opposite = @opposite.sort(*[3]);

Waw! It works! Many thanks!

I am still puzzled by the asterisk. I will have to dig more into the
documentation :D :)

Cheers!

Joan

Reply via email to