Help for this page

Select Code to Download


  1. or download this
    sub ascii {$a cmp $b}
    sub alpha {lc($a) cmp lc($b)}
    
    ...
    @sorted = sort $subname @a;
    
    print @sorted;