in reply to Unable to write to log-file
You're checking the wrong file :)
open STRM_AllDevices, $AllDevices or die $!; print "READ $_" while <STRM_AllDevices>; close STRM_AllDevices;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Unable to write to log-file
by turbokwak (Novice) on Jul 27, 2009 at 14:32 UTC |