Rick Measham wrote: > > @PUBLICHOLIDAYS = [ > { month=>1, day=>26 }, #Australia Day > { month=>4, day=>25 }, #ANZAC Day > { month=>12, day=>25 }, #Christmas Day > { DateTime::Event::Easter->new( day=> -2) }, #Good Friday > { DateTime::Event::Easter->new( day=> 0) }, #Easter Sunday > ]; >
The array items should probably be either sub refs, or recurrence sets. - Flavio S. Glock