Re: Day of the week by accepting date from User

2004-01-20 Thread Jeff 'japhy' Pinyan
On Jan 20, Mallik said: >How to calculate the Day of the week for a given date >in PERL. > >Please provide me any code available that doesn't require >any other modules to be installed. You can do it with the standard module Time::Local. You already have this; it doesn't need to be installed.

Re: Day of the week by accepting date from User

2004-01-20 Thread Owen
On Tue, 20 Jan 2004 13:36:39 +0530 "Mallik" <[EMAIL PROTECTED]> wrote: > Dear Friends, > > How to calculate the Day of the week for a given date > in PERL. > > Please provide me any code available that doesn't require > any other modules to be installed. Try this #!/usr/bin/perl -w @t = loca

Day of the week by accepting date from User

2004-01-20 Thread Mallik
Dear Friends, How to calculate the Day of the week for a given date in PERL. Please provide me any code available that doesn't require any other modules to be installed. Thanks in advance, Mallik. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <