Help for this page

Select Code to Download


  1. or download this
    sub _compare_overload
    {
    ...
        # DateTime (such as the INFINITY value)
        return $_[2] ? - $_[0]->compare( $_[1] ) : $_[0]->compare( $_[1] )
    +;
    }