Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: Avoiding silly programming mistakes

by moritz (Cardinal)
on Aug 20, 2008 at 14:04 UTC ( [id://705515]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Avoiding silly programming mistakes
in thread Avoiding silly programming mistakes

If you even declare a variable, it would be nonsensical to warn when you assign to it. It's more the other way round:
if (my $x) { ... }

(variable declaration in a conditional without assignment) could actually warn, because it will never be true. (But perl intentionally doesn't have such warnings, some people like stuff like if (0) { ... }).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found