> -Original Message-
> From: Lance Prais [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 03, 2002 1:55 PM
> To: Perl
> Subject: Day Month Issues
>
>
> I am getting the following error when I execute my script. It is not
> erroring out nor is it not working as
try putting "my" before the declaration
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time);
-Original Message-
From: Lance Prais [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 03, 2002 1:55 PM
To: Perl
Subject: Day Month Issues
I am getting the
Rob
-Original Message-
From: Lance Prais [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 03, 2002 1:55 PM
To: Perl
Subject: Day Month Issues
I am getting the following error when I execute my script. It is not
erroring out nor is it not working as I think it should. I am just curious
why th
3, 2002 1:55 PM
> To: Perl
> Subject: Day Month Issues
>
>
> I am getting the following error when I execute my script. It is not
> erroring out nor is it not working as I think it should. I
> am just curious
> why this is happening. Any Ideas?
>
> Thanks
> Lanc
I am getting the following error when I execute my script. It is not
erroring out nor is it not working as I think it should. I am just curious
why this is happening. Any Ideas?
Thanks
Lance
CODE:
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time);
ERROR:
Name "main: