Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: open, sleep, & print together cause an error

by zeno (Friar)
on Feb 10, 2001 at 04:24 UTC ( [id://57533]=note: print w/replies, xml ) Need Help??


in reply to Re: open, sleep, & print together cause an error
in thread open, sleep, & print together cause an error

Hi arhuman, this code ended up working, too. Now I have a couple of alternatives!:
use strict; use warnings; open LOG,">foo.log" or die "can't open foo.log: $!"; my $selected = select(LOG); $|++; select($selected); while(1) { print LOG (localtime).": something\n"; sleep(5); }

Thanks a lot, arhuman. -zeno

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 16:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found