in reply to Re^3: Finding the sum of individual columns
in thread Finding the sum of individual columns

split returns a list.

In list context but in scalar context it returns the number of fields in the list and puts the list into @_ and issues a warning.