in reply to Re^2: Seperating values with spaces in array
in thread Seperating values with spaces in array

Perl does not magically turn strings into numeric data when putting them into an array. Maybe your problem happens when you output the data?

Please show us some problematic input data and the output you get when you run your program as you have posted it.

  • Comment on Re^3: Seperating values with spaces in array