http://qs1969.pair.com?node_id=517211


in reply to Re^2: Sorting an array on two computed fields
in thread Sorting an array on two computed fields

sorry for changing the requirement again what will happen if the array contains as follows:
my @array = ( '1-1', '6', '2-5', '1-10', '7', '1-3','2-1');
Well, then it depends on how you want '6' to compare to the other entries. If it's the ehm natural one, then again Sort::Naturally should be appropriate!