Help for this page
@files = sort { lc(${@$a}[0]) cmp lc(${@$b}[0]) } @$refdataarr ;
@files = sort { lc $a->[0] cmp lc $b->[0] } @$refdataarr ;