Re: calculate dates

2002-05-28 Thread fliptop
Sven Bentlage wrote: > I'm trying to get all the date values for the week (7days) ahead of a > specified date. try date::calc http://search.cpan.org/search?dist=Date-Calc -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

calculate dates

2002-05-28 Thread Sven Bentlage
Hi ! I'm trying to get all the date values for the week (7days) ahead of a specified date. To get the current date I use : my ($d, $m, $y) = (localtime)[3,4,5]; my $date = sprintf("%02d-%02d-%02d", $