Help for this page

Select Code to Download


  1. or download this
    @temp = map { length $_ } @strings;
    @sorted = @strings[sort{$temp[$a]<=>$temp[$b]} $[..$#temp];