On Tue, Dec 22, 2009 at 8:51 AM, Johnson, Reginald (GTS) < reggie_john...@ml.com> wrote:
> Is there a module that I can use that will tell me the number of Saturdays, > or any weekday, if I give it the month and year. > > The Date::Manip module has methods for calculating recurring dates (like "every Saturday"). If you can get a list of dates, then the count of the list is the number that you want. -- Robert Wohlfarth