Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

(tye)Re: Socket: I don't get what is sent

by tye (Sage)
on Oct 17, 2002 at 15:17 UTC ( [id://206049]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $|++; # <-- Turns on automatic flusing after each write...
  2. or download this
        select(  ( select(SOCK), $|++ )[0]  );
    # or
        use IO::Handle;
        SOCK->autoflush(1);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found