Re: Uninitialized value warnings should die (was Re: RFC 212 (v1) Make length(@array) work)
[email protected] (Bart Lateur) Fri, 15 Sep 2000 02:35:42 +0200
| Newsgroups | perl.perl6.language.subs |
|---|---|
| Organization | MediaMind |
| Message-ID | <[email protected]> |
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.