RE: Day Month Issues

2002-06-03 Thread Bob Showalter
> -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

RE: Day Month Issues

2002-06-03 Thread Shishir K. Singh
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

RE: Day Month Issues

2002-06-03 Thread Hanson, Robert
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

RE: Day Month Issues

2002-06-03 Thread Nikola Janceski
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

Day Month Issues

2002-06-03 Thread Lance Prais
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: