http://www.perlmonks.org?node_id=84162


in reply to Re: Re: Newbie Errors
in thread Newbie Errors - Uninitialized Values

You should never simply take out -w or use strict; to get rid of an error or warning. by doing so, you haven't really gotten rid of the error, you've simply suppressed the message saying that there is such an error. Doing this is just asking for more errors and instability to crop up without you knowing it.

- Sherlock

Skepticism is the source of knowledge as much as knowledge is the source of skepticism.