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