Hi All, I am a student who is working on Perl on my project.
I am a beginner in Perl. I know how to read the data from files into a variable or array. I mean, i know to read the data line by line into a varaiable or teh full file contents into an array. But, i have stored few hex bytes in the file and i need to read a pair of character one by one which is seperated using spaces. For eg: The file contents are stored in the following fashion, 00 01 a0 ab 55 76 ff cb etc.... How should i read number by number? Thanks and Regards, Dharshana