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

Re: use warnings => Use of uninitialized value...

by Polonius (Friar)
on May 24, 2006 at 08:30 UTC ( [id://551300]=note: print w/replies, xml ) Need Help??


in reply to use warnings => Use of uninitialized value...

Luca,

My view is that warnings are there to help you, to make you stop and think. If you really don't care about those uninitialized values, you can choose to ignore the warnings.

But if you get into the habit (no monastic pun intended) of ignoring those warnings, if you have hundreds of "uninitialized value" warning messages scrolling up the screen, it's easy to lose something else in the middle of them. If you don't read the warnings, you might as well not display them at all.

A quick Google turned up this thread, including the suggestion to use no warnings 'unintialized'; to suppress the warnings. That should remove the noise, so you can see the warnings you really need to see.

Polonius

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 12:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found