use Sort::Key::Maker iikeysort => qw(integer integer); my @sorted = iikeysort { /(\d+)\#(\d+)$/ } @data; [download]
In reply to Re: sort an array by salva in thread sort an array by myffy