Help for this page

Select Code to Download


  1. or download this
    
    @array = ( 7..1 );   # returns an empty array
    ...
    # Then, you multiply each value by -1 and assign
    # to @array. Works like a charm.