Hello;
I am very new with Perl. I am writing a program to read a text file, containing float numbers (96 numbbers arranged into 8 rows, 12 numbers each row) I am able to read and store the file into an array, but its seems like the lenght of array is 8 instead of 96,which I'd like it to be.
Please tell me how to read the file one char at a time.
Any help much appreciated.
Chinh
I am very new with Perl. I am writing a program to read a text file, containing float numbers (96 numbbers arranged into 8 rows, 12 numbers each row) I am able to read and store the file into an array, but its seems like the lenght of array is 8 instead of 96,which I'd like it to be.
Please tell me how to read the file one char at a time.
Any help much appreciated.
Chinh