Re: File Handle Issue



Louis wrote:

BEFORE: I have a function that opens a filehandle (FH1) and then calls another function to print messages. This works good.

NOW: I put the calling function in another file.

In that case, you should store the file handle in a variable,
instead of using "FH1".
.