Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    
    print join ',', @list2,"\n";
    print join ',', sort {index($sortorder,substr($a,0,1)) <=> index($sort
    +order,substr($b,0,1))} @list2