jprobichaud on 04/06/10
Last Edited at 04/06/10 02:22pm
@sorted = map { $_->[0] } sort { $a->[1] cmp $b->[1] } map { [$_, foo($_)] } @unsorted;
Report this snippet Tweet
Comment:
You need to login to post a comment.