On Wed, 13 Sep 2000 19:57:28 -0700, Nathan Wiger wrote:

>Perl should stop nagging about this. Perl should be smart and not bother
>you about uninitialized values in the following situations:
>
>   - string concat
>   - string comparison

Allow me to disagree. In my case, I mostly use variables in output (=
used as strings), far less in numerical context, and these warnings tell
me that there are some situations that I had overlooked in my script.
Most of the time, ignoring these warnings would make me rely on
incorrect results.

-- 
        Bart.

Reply via email to