RE: network sockets.

2004-10-14 Thread Bob Showalter
Etienne Ledoux wrote: > greetings, > > I'm attempting a perl program that will listen on a port for a > connection. when a connection is made some info will be transfered > and the client will disconnect. > > I've never done this before but seem to be making some progress with > all the resources

network sockets.

2004-10-14 Thread Etienne Ledoux
greetings, I'm attempting a perl program that will listen on a port for a connection. when a connection is made some info will be transfered and the client will disconnect. I've never done this before but seem to be making some progress with all the resources available on the net. I was just w