Help for this page

Select Code to Download


  1. or download this
    my @sorted = ('A'..'Z'); # probably sort keys %some_hash;
    
    ...
    
        return reduce(@_); # Recursion case, remainder of array
    }