RE: Why do we even HAVE to... (was: Why using use strict;)

2002-06-05 Thread Nikola Janceski
because it would reek havoc on all the perl one liners. And deter many beginners that are touching perl for the first time. And would annoy those who have to write a quick 5 line script in 3 seconds that forget a my for $line. -Original Message- From: Jake [mailto:[EMAIL PROTECTED]]

Re: Why do we even HAVE to... (was: Why using use strict;)

2002-06-05 Thread Jake
IMHO only the first of these may be a valid reason. But I dont know much about perl one liners. Your second reason is particularly bad, beginners are the ones who need use strict the most! On Wednesday 05 June 2002 10:12 am, Nikola Janceski wrote: because it would reek havoc on all the perl

RE: Why do we even HAVE to... (was: Why using use strict;)

2002-06-05 Thread Bob Showalter
-Original Message- From: Jake [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 8:56 AM To: [EMAIL PROTECTED] Subject: Why do we even HAVE to... (was: Why using use strict;) So, in post after post after post I see the comment always use strict... It's a good

RE: Why do we even HAVE to... (was: Why using use strict;)

2002-06-05 Thread Nikola Janceski
- From: Jake [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:19 AM To: Nikola Janceski; [EMAIL PROTECTED] Subject: Re: Why do we even HAVE to... (was: Why using use strict;) IMHO only the first of these may be a valid reason. But I dont know much about perl one liners. Your

RE: Why do we even HAVE to... (was: Why using use strict;)

2002-06-05 Thread Joel Hughes
because Perl has evolved over time? joel -Original Message- From: Jake [mailto:[EMAIL PROTECTED]] Sent: 05 June 2002 13:56 To: [EMAIL PROTECTED] Subject: Why do we even HAVE to... (was: Why using use strict;) So, in post after post after post I see the comment always use strict... I