in reply to Re^2: Reading into array with sscanf
in thread Reading into array with sscanf

Perl makes very little difference between strings and numbers.

There are Perl operators, like + that treat their arguments as numbers, and other operators that treat their arguments as strings.

Where in your code do you see that the variables get treated differently?