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) and 'a = 10' (a may be equal to ten) are the same thing.  
Computers are stupid; you have to tell them the difference.  Not your fault; 
blame it on your teachers.

Pet Peeve #1: people who post code that does not compile.

Pet Peeve #2: people who comment on code when they have no experience.

Minor irritation: people who ask for help but post no code.


--
Just my 0.00000002 million dollars worth,
 Shawn

"For the things we have to learn before we can do them, we learn by doing them."
 Aristotle

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to