Re: :Socket need help

2002-04-05 Thread drieux
On Wednesday, April 3, 2002, at 05:48 , Bruno Figueira wrote: [..] > > I guess that from this point you can improve your scripts. A socket > connection is just an interface between two scripts/applications. You'll > have to build your protocols above this "layer" so that one side is making > res

RE: :Socket need help

2002-04-03 Thread Bruno Figueira
t;layer" so that one side is making resquets and and other is providing the answers. That's a client/server application. Regards, Bruno Figueira -Original Message- From: Morgan Norell [mailto:[EMAIL PROTECTED]] Sent: Quarta-feira, 3 de Abril de 2002 10:22 To: [EMAIL PROTECTED] Sub

IO::Socket need help

2002-04-03 Thread Morgan Norell
Hi I'm about to lern the basics of perls IO::Socket. I have managet to set up a small server and connected to it with a client (I had some help of a perl book). But I want to be able to send a command to it and get a response. For exapmle request the servers hostname. Can anyone please help me