Help for this page

Select Code to Download


  1. or download this
    my @sorted_col_names = sort { length($a) <=> length($b) || $a cmp $b }
                           keys %$cols;
    ...
    }
    
    print("\n");