Hi all,
I added an open file and close file on the following line, and got the following message :
Not a GLOB reference at RebuiltLoadFiles.pl line 48.
The lines are :
open(GENERAL_LOG,">$generalFile");
close{GENERAL_LOG};
Anyway, the file was created.
Does anybody know what is the problem ?