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.
- Re: RFC 212 (v1) Make length(@array) w... Casey R. Tweten
- Re: RFC 212 (v1) Make length(@arr... Nathan Torkington
- Re: RFC 212 (v1) Make length(... Casey R. Tweten
- Re: RFC 212 (v1) Make length(... Randal L. Schwartz
- Uninitialized value warnings ... Nathan Wiger
- Re: Uninitialized value warni... Nathan Torkington
- Re: Uninitialized value warni... Nathan Wiger
- Re: Uninitialized value warni... Michael Fowler
- Re: Uninitialized value warni... Tom Christiansen
- Re: Uninitialized value warni... Tom Christiansen
- Re: RFC 212 (v1) Make length(... Bart Lateur
- Re: RFC 212 (v1) Make length(@array) w... David L. Nicol
- Re: RFC 212 (v1) Make length(@array) work Johan Vromans
- Re: RFC 212 (v1) Make length(@array) work Graham Barr
- Re: RFC 212 (v1) Make length(@array) work Damian Conway
- Re: RFC 212 (v1) Make length(@array) work Nathan Torkington
- Re: RFC 212 (v1) Make length(@array) work Damian Conway
- Re: RFC 212 (v1) Make length(@array) work Bart Lateur
- Re: RFC 212 (v1) Make length(@array) work Dave Storrs
- Re: RFC 212 (v1) Make length(@array) work Bart Lateur
- Re: RFC 212 (v1) Make length(@array) work Tom Christiansen
