$a = Date::Set->event( rule => 'FREQ=YEARLY;INTERVAL=2' ); $a->during( start => '20030801', end => '20200801' ); print $a . "\n";