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