- or download this
Student Name = Harry
Student Code = student_id_1
...
Student Code = student_id_3
Exam Status = PASSED
-------------------------------------
- or download this
Harry PASSED
Mike PASSED
Tom PASSED
- or download this
use strict;
use warnings;
...
print "$result \n";
}
}