Hi All,
Has anyone ever tried to use a variable for a file handle, as in:
OPEN ($file, "/home/working/logname" )
where $file changes, meaning the handle can be 1, 2, 3, 4, 5 depending on what the variable $file is.
I have a program which opens a tailed log file, and works perfectly well...