Help for this page

Select Code to Download


  1. or download this
    while(<INPUT>){
      chomp; push @array,[split];
    }
    
  2. or download this
    @sorted = sort { $a->[2] <=> $b->[2] } @array