Dear All,
I am new to perl. I need your help with processing the grade.dat file. I have a file containing a list of students with their varying scores from different type of assignments and tests. I have calculated the final grade and need to know the score distribution in a simple histogram like this:
78 xxxxxxx
79 xxxxxxxx
80 xxxxx
81 xxx
where x indicates the number of students gaining the score that equals to the left string.
Thanks for your prompt response.
Regards,
Jang
I am new to perl. I need your help with processing the grade.dat file. I have a file containing a list of students with their varying scores from different type of assignments and tests. I have calculated the final grade and need to know the score distribution in a simple histogram like this:
78 xxxxxxx
79 xxxxxxxx
80 xxxxx
81 xxx
where x indicates the number of students gaining the score that equals to the left string.
Thanks for your prompt response.
Regards,
Jang
Comment