> -----Original Message-----
> From: Janek Schleicher [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 6:19 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Why using use strict;
> 
> 
> Octavian Rasnita wrote at Tue, 04 Jun 2002 08:03:21 +0200:
> 
> > Hi all,
> > 
> > I know why I should use "use strict;"   but what happen if 
> I use "use strict;" then if the code is
> > OK, I delete this line?
> > 
> 
> use strict has (e.g.) the benefit for checking for undef values.

Nope. That's one of the things "use warnings" (or -w) does.

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

Reply via email to