in reply to Re: Sort Array by length of Value
in thread Sort Array by length of Value
@combos = reverse sort {length(uc($a)) <=> length(uc($b))} @combos;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Sort Array by length of Value
by shenme (Priest) on Oct 06, 2003 at 14:44 UTC |