Help for this page

Select Code to Download


  1. or download this
    # Compare two elements using either standard lexical comparison or the
    + sortsub
    # provided to the object's constructor.
    ...
            return $item_a cmp $item_b;
        }
    }