http://www.perlmonks.org?node_id=864883


in reply to Determing Week Ranges between given date range?

I would have a look at Date::Calc. It contains many functions like Day_of_Week or Monday_of_Week which might be useful for you.

HTH, Rata