while(){ chomp; push @array,[split]; } #### @sorted = sort { $a->[2] <=> $b->[2] } @array