in reply to Re: how to sort uniq $array[2]
in thread how to sort uniq $array[2]
Thanks Corion -but i already did,that is why i'm here solution
not working for memy @sorted = map { $_->[0] } sort { $a->[1] cmp $b->[1] } map { [ $_, uc( (/\d+\s*(\S+)/)[0]) ] } @sort;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to sort uniq $array[2]
by Corion (Patriarch) on Jun 06, 2011 at 13:24 UTC |