in reply to Unable to write to log-file
print() on unopened filehandle STRM_ALLDevices at script.pl line 11. . print() on unopened filehandle STRM_ALLDevices at script.pl line 11. .. print() on unopened filehandle STRM_ALLDevices at script.pl line 11. [snip]
You open STRM_AllDevices, but you print to STRM_ALLDevices.
|
|---|