in reply to Less-than-helpful warnings
produces the following output, which may be more usefulprint $a," ", $b," ", $c," ", $d," ", $e,"\n";
In other words, in list context you get better info then when concatenating strings (which is what happens when you "$a $b $c"1 2 3 4 Use of uninitialized value in print at test4.pl line 9.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Less-than-helpful warnings
by ysth (Canon) on Dec 11, 2003 at 03:31 UTC |