Help for this page

Select Code to Download


  1. or download this
    ## by: bliako
    ## on: 2022-12-05
    ...
        map { setIV($_, length($_)); $_ } @unsorted;
    print "Sorted: @sorted\n";
    ;