http://qs1969.pair.com?node_id=280431


in reply to Re: Re: Cross Platform end of Line characters
in thread Cross Platform end of Line characters

From my experience writing a client / server application on Win2000 and AIX, your much beeter off using syswrite and sysread to communicate over the socket. This way you don't need to worry about the \n or \r when you transfer your data over the socket using print.