Re: Pet Peeves (WAS: modification)

2007-08-27 Thread Jenda Krynicky
From: Mr. Shawn H. Corey [EMAIL PROTECTED] Ken Foskey wrote: I always make that mistake 'if( $a = 10 ) {' that is why I always 'use warnings' and, most importantly, correct the code. Pet peeve is 'use warnings' and then not cleaning them up. That's because way back in grade school,

Pet Peeves (WAS: modification)

2007-08-20 Thread Mr. Shawn H. Corey
Ken Foskey wrote: I always make that mistake 'if( $a = 10 ) {' that is why I always 'use warnings' and, most importantly, correct the code. Pet peeve is 'use warnings' and then not cleaning them up. That's because way back in grade school, you were taught that 'a = 10' (make a equal to ten)