Don't take it out.  It's a small pain at first, but it will pay off big time
in the long run.  Be sure to declare all variables with my.  For example, 

  ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);

  should be 

  my($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);

-----Original Message-----
From: Kipp, James [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 9:46 AM
To: [EMAIL PROTECTED]
Subject: RE: Date and Time



> 
> The only problem seems to be the 
> use strict;  directive
> if I take this out it works fine
> 
> So I guess I need to know if the use strict; directive is really
> necessary and if so how do I get around it?

either take it out or declare ALL of your variables.

 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
----------------------------------------- (on smtp3.sandisk.com)

Proprietary Sandisk Email

---------------------------------------------------------

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to