in reply to Re: Perl doesn't read whole file
in thread Perl doesn't read whole file

That won't print the last line, that will always print undef. You want
while (<GRADE>) { $test = $_; }