Hi all,
I have an array of strings: @origarray=('1|:|Test','2|:|Hash','3|:|Stuff','4|:|India');
I want to sort these strings by the names, ie. Test Hash India Stuff.
Is there an efficient way of doing this without creating an extra array to store these values in?
Dan