Perl programming question

Could anyone tell me how to sort an array of arrays by 3 elements in the inner arrays?

For example,

@outer =[A, B, C, D, E, F, G]

Here A, B, C, D, E, F, G are all arrays of size 10.

How do I sort the array @outer by 3 elements in the inner arrays?

Thanks

所有跟帖: 

回复:Perl programming question -飞杨- 给 飞杨 发送悄悄话 飞杨 的博客首页 (688 bytes) () 05/16/2010 postreply 02:55:08

请您先登陆,再发跟帖!