Dear all, I want to sort data set like this
(@a, @b) 1,2 1,2 7,89 => 2,33 54,78 7,89 2,33 54,78 I know that linux command sort can do these kind of things by "sort - k1,1n", but how can I do it by perl? I could not use hash because the first row may be repeat. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
