Re: Creating a UDP connection...

2002-06-10 Thread drieux
On Monday, June 10, 2002, at 12:17 , Ron Powell wrote: > I have a server listening on a certain port. I need to send and receive > characters (strings) via a UDP connection. Which module is the best to > use? > I found a bit of info on perldoc.org referencing IO::Socket. I just want > to >

Re: Creating a UDP connection...

2002-06-10 Thread Michael Fowler
On Mon, Jun 10, 2002 at 03:17:48PM -0400, Ron Powell wrote: > I have a server listening on a certain port. I need to send and receive > characters (strings) via a UDP connection. Which module is the best to use? > I found a bit of info on perldoc.org referencing IO::Socket. I just want to > mak

Creating a UDP connection...

2002-06-10 Thread Ron Powell
I have a server listening on a certain port. I need to send and receive characters (strings) via a UDP connection. Which module is the best to use? I found a bit of info on perldoc.org referencing IO::Socket. I just want to make sure there are no better choices. -- Ron Powell Senior IT