Re: Date + somedays

2001-02-06 Thread Charles Galpin
You want the Date::Manip package, DateCalc method. hth charles On Tue, 6 Feb 2001, Kiran Kumar M wrote: Hi, How can I get the Date + some days (for example 6th of Feb 2001 + 10 should give 16th of Feb 2001...). How can I achieve this. I installed Date::calc perl module... on Redhat..

Date + somedays

2001-02-05 Thread Kiran Kumar M
Hi, How can I get the Date + some days (for example 6th of Feb 2001 + 10 should give 16th of Feb 2001...). How can I achieve this. I installed Date::calc perl module... on Redhat.. Thanks, Kiran ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: Date + somedays

2001-02-05 Thread Dave Reed
Date: Tue, 6 Feb 2001 03:45:25 +0530 (IST) From: Kiran Kumar M [EMAIL PROTECTED] Hi, How can I get the Date + some days (for example 6th of Feb 2001 + 10 should give 16th of Feb 2001...). How can I achieve this. I installed Date::calc perl module... on Redhat.. Thanks, Kiran You

Re: Date + somedays [comments]

2001-02-05 Thread Statux
Perhaps you should be asking a Perl mailing list... How can I get the Date + some days (for example 6th of Feb 2001 + 10 should give 16th of Feb 2001...). How can I achieve this. I installed Date::calc perl module... on Redhat.. ___ Redhat-list

Re: Date + somedays

2001-02-05 Thread Kiran Kumar M
Thanks, for your mail.. I want to do it in perl. So I am looking for perl command that will work. with any of CPAN Date Modules.. Thanks, Kiran On Mon, 5 Feb 2001, Dave Reed wrote: Date: Tue, 6 Feb 2001 03:45:25 +0530 (IST) From: Kiran Kumar M [EMAIL PROTECTED] Hi, How can I get

Re: Date + somedays

2001-02-05 Thread Anthony E . Greene
On Mon, 05 Feb 2001 17:26:30 Kiran Kumar M wrote: Thanks, for your mail.. I want to do it in perl. So I am looking for perl command that will work. with any of CPAN Date Modules.. So use backticks or the system() function. Tony -- Anthony E. Greene [EMAIL PROTECTED]