![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
The best way to learn how to use strict is to throw it at the top of some of your code (along with use warnings and maybe even use diagnostics) and then see what happens.
If the code is long enough and bad enough, you will learn alot figuring out why you're getting all those errors. :-) Gary Blackburn Corrected: It's little "d" diagnostics, not big "D". :-) In reply to Re: best way to learn use strict
by Trimbach
|
|