Help for this page

Select Code to Download


  1. or download this
    
    #filenames looks like this: category_Title Words_1 
    ...
    
    $sub3 = sort { $b <=> $a } $sub3;
    
  2. or download this
    
    my @newarray = ($sub1,$sub2,$sub3);
    @newarray = sort { $a->[2] cmp $b->[2] } @newarray;