in reply to List of dates between two dates

Hello,

You may want to look at the DateTime module. More to the point it's DateTime::Span package.
There are also good docs here http://datetime.perl.org.
Update: Here is the section of the faq your looking for:
6.10: How can I iterate through a range of dates?

Replies are listed 'Best First'.
Re^2: List of dates between two dates
by PugSA (Beadle) on Sep 13, 2005 at 08:29 UTC
    Thank You