Re: Why using use strict;

2002-06-05 Thread drieux
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

RE: Why using use strict;

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

RE: Why using use strict;

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

Re: Why using use strict;

2002-06-05 Thread Janek Schleicher
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

RE: Why using use strict;

2002-06-05 Thread Joel Hughes
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