> Hello All,
>            I was wondering if there any module in perl which will let me 
> add dates taking care of all the complications (i.e.,) if day is greater 
> than 30 change month and so on.
> 

Check CPAN for,

Date::Calc
Date::Manip

Depending on how fancy you need to get, you can also use the 'time' and
'localtime' built-ins along with some simple integer math performed in
seconds to get the same results.

http://danconia.org


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to