Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $start = $d[0]->add_months ($mon);
        return $start > $d[1];
    }