in reply to Re^2: my $var = join('|',@array) not behaving
in thread my $var = join('|',@array) not behaving
such that without parentheses, only the first element of the list gets assigned.
Since we're being picky about the language, the list being assigned only has one element, so it's odd to refer to its first element. The assignment is the first element of the larger list.
|
|---|