Help for this page

Select Code to Download


  1. or download this
    sort sort_sub, keys(%a_hash);
    # Sort allows you to use a subroutine to evaluate the keys.  
    ...
    }
    
    # -- Assumes that the values in the hash are character strings; use '<
    +=>' if they are not