in reply to Re^2: __DATA___ File Handle
in thread __DATA___ File Handle

Which is to say that you can close the file handle to release the resources it uses, but Perl will do so automatically when the program exits if it's still open.