in reply to Re: Sort Array by length of Value
in thread Sort Array by length of Value

E.g.,

@arr = sort { length $b <=> length $a } @arr;