Help for this page
sub custom_sort { my @a_parts = split /,/, $a; ... # To invoke: my @sorted = sort custom_sort @{ $outputRef };