Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    close (IN);
    
    @sorted_ages = sort { $b <=> $a } @sorted_ages;
    
  2. or download this
    use strict;
    
    ...
    } <IN>;
    
    close (IN);