Help for this page

Select Code to Download


  1. or download this
    Argument "1,900" isn't numeric in sort at sort.pl line 7, <DATA> line 
    +3.
    Argument "4,900" isn't numeric in sort at sort.pl line 7, <DATA> line 
    +3.
    Argument "1,333,987" isn't numeric in sort at sort.pl line 7, <DATA> l
    +ine 3.
    
  2. or download this
    @sorted = sort {$a->[2] <=> $b->[2]} map { s/,//g; $_ } @sorted;