Help for this page

Select Code to Download


  1. or download this
    use DateTime::Event::Recurrence;
    
    ...
    my $recur = delete $params{recur};
    my $event = DateTime::Event::Recurrence->$recur(%params);
    # same as DT::E::Recurrence->daily( hours=>10, minutes=>30 )