Should be easy, but the answer has eluded me. I have module. In that module, there is a sub that validates some data, and opens a file for reading. I want it to return a file handle. At first, I was ...
A temporary reference (typically a number) assigned by the operating system to a file that an application has asked it to open. The handle is used throughout the session to access the file. In the ...