On Wednesday, June 5, 2002, at 05:51 , Bob Showalter wrote:
>> -Original Message-
>> From: Janek Schleicher [mailto:[EMAIL PROTECTED]]
>> Sent: Wednesday, June 05, 2002 6:19 AM
>> Octavian Rasnita wrote at Tue, 04 Jun 2002 08:03:21 +0200:
>>>
>>> I know why I should use "use strict;" bu
> -Original Message-
> From: Octavian Rasnita [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 2:03 AM
> To: [EMAIL PROTECTED]
> Subject: Why using use strict;
>
>
> Hi all,
>
> I know why I should use "use strict;" but what happen if I use "use
> strict;" then if the code is
> -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,
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.
They can come from the inpu
why would you want to do that Octavian?
"use strict" is a sanity safety net. What your saying is like "I know why I
should use safety belt whilst driving my car but what if I took it off?" -
of course you can do it but beware of the consequences.
joel
-Original Message-
From: Octavian R