Perl/정렬 Edit Diff Refresh Backlink Random Search History Help Setting Hide Show 예) 문자열 배열 "A 0.4 B" "A 0.123 C" ... 두 번째 탭의 숫자 크기 순으로 정렬하고자 할 때. @result_list = sort { my @tempA = split/ /,$a; my @tempB = split/ /,$b; $tempB[1] <=> $tempA[1] } @result_list; Perl Sort 이 글에는 0 개의 댓글이 있습니다. Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus