All pastes #2131168 Raw Edit

Unnamed

public text v1 · immutable
#2131168 ·published 2012-03-22 18:53 UTC
rendered paste body
my $sched1 = Schedule.new(
    id=>       'TestSchedule',
    time=>     <12:30>,
    weekdays=> <Mon Thu Sat>,
    ordinal=>  <1 3>,
    months=>   <Jan Mar Aug Sep>,
    timeout=>  30,
    calendar=> WorkdayCalendar.new  #--- Normal calendar, Mon...Fri, skips Sat, Sun
);