my @sorted_numbers = sort { $a <=> $b } map { @{$_} } @source_data;