Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: warnings and strict -- The 2 Best Ways You Can Improve Your Programming

by itub (Priest)
on Oct 05, 2005 at 18:24 UTC ( [id://497692]=note: print w/replies, xml ) Need Help??


in reply to Re^2: warnings and strict -- The 2 Best Ways You Can Improve Your Programming
in thread warnings and strict -- The 2 Best Ways You Can Improve Your Programming

I agree that -w is still useful if that's what you really want and you are willing to accept the consequences. However, I've seen that in many, many cases, it is used out of ancient habit even when it's not the most appropriate. Using it together with warnings shows some of this confusion: if you want global warnings you just need -w, and if you want lexical warnings you just need warnings. If you use both, it's because you don't know what you want, or you don't understand the difference.

(Note, here "you" is used as a generic pronoun, not refering to any specific person).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://497692]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found