>       I happened to be working on a TCP/IP server when this 
> hit my desk
> and having Programming Perl open to the correct page, thought 
> I might as
> well quote the "select..." line from the client code... 
> 
> select ((select(Server), $| = 1)[0];    
> print Server "Howdy\n"; 
> $answer = <Server>;  
> 

Thanks. I will give it a shot. 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to