Hi all,
I am using @list = sort @unsortlist; to do a quick sort. However, I am not completely happy with the output.....
Since this seems to be a straight ASCII sort, I get something similar to:
B, C, D, a, b, c
What I would like to get is something like this:
a, B, b, C, c
Anyone have a suggestion or routine handy?
Thanks in advance,
Jim
I am using @list = sort @unsortlist; to do a quick sort. However, I am not completely happy with the output.....
Since this seems to be a straight ASCII sort, I get something similar to:
B, C, D, a, b, c
What I would like to get is something like this:
a, B, b, C, c
Anyone have a suggestion or routine handy?
Thanks in advance,
Jim