in reply to Unable to write to log-file

What i'm I doing wrong?

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
    Solved. My hero's. Thanks for pointing this out to me.