in reply to Re: Sort Array by length of Valuein thread Sort Array by length of Value
@arr = sort { length $b <=> length $a } @arr;