Help for this page

Select Code to Download


  1. or download this
      @files = sort { lc(${@$a}[0]) cmp lc(${@$b}[0]) } @$refdataarr ;
    
  2. or download this
      @files = sort { lc $a->[0] cmp lc $b->[0] } @$refdataarr ;