I am working on a couple of scripts created by a colleague. They contain a number of filehandles (10 or so) to textfiles. He opens all these filehandles as usual, but nowhere in the script does he close these filehandles. I guess they get closed automatically when the script finishes. Is this just a case of bad coding practice, or are there any other effects on the performance of the script?
Jonathan.