Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

(tye)Re: open, sleep, & print together cause an error

by tye (Sage)
on Feb 10, 2001 at 04:12 UTC ( [id://57528]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        {
            my $selected= select(LOG);
            $|++; # Unbuffer output to LOG
            select( $selected );
        }
    
  2. or download this
        require IO::Handle;
        LOG->autoflush(1);
    

Log In?
Username:
Password:

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

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

    No recent polls found