http://qs321.pair.com?node_id=692483


in reply to Implicit closing of files

Yes, Perl does it for you, but don't you want to know if something wents wrong? I think it's a better way to close it yourself if you have a chance and check if close() wents wrong.
close(HANDLE) or die $!;