M. Ilyas Hassan wrote:
> hi,
> Could someone please help me with the following perl questions.
> 
> #1 - Is there a way to add "days" to a date? I want
> end_date=start_date+90days; where start_date is in the format
> 10/25/04; the output end_date should be in the same format as well. I
> was not successful loading the Date::Calc module from CSPAN on
> ActivePerl 5 (Revision 5, version 6, Subrevision 1, - 5.006001). Can
> some suggest some input.

The command:

   ppm install Date-Calc 

should work for you with ActiveState's Perl.

But see also http://datetime.perl.org for the newfangled modules for doing
date stuff.

-- 
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