if i understand correctly, the following should generate a set of dates for "every week on Thursday"
my $weekly_set = DateTime::Event::Recurrence->weekly ( days => 4); can someone tell me how to access these dates? are they in an array? a hash? how to get them out to use them in my script? for instance, i really just want the dates of the four thursdays for the current month... thanks, and sorry for such a simplistic question - it's not clear from the documentation, at least, not to me... Janaki -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
