in reply to Re: Re: Re: Summing the elements of multiple arrays into a new array
in thread Summing the elements of multiple arrays into a new array
Which is the most irritating non-warning that perl can toss at you. Its complaining about something like (3 + undef) which is a perfectly valid Perl expression, so I wish perl wouldn't yell at me for using it.Use of uninitialized value in addition (+)
p.s. my solution above also spits out the same spurious warnings...
-Blake
|
---|
Replies are listed 'Best First'. | |
---|---|
(ichimunki) re x 5: Summing the elements of multiple arrays into a new array
by ichimunki (Priest) on Nov 02, 2001 at 03:09 UTC | |
by blakem (Monsignor) on Nov 02, 2001 at 05:17 UTC |