Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Unable to write to log-file

by Anonymous Monk
on Jul 27, 2009 at 14:11 UTC ( [id://783554]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://783554]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-19 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found