>
>
>I am trying to write winsock software to have one client connect to three different
>server computers (not simultaneously) by simple sock stream. I tried to create one
>socket and connect to each computer. Once the previous connection is completed with
>one of the computers, I would chan
> "Jason" == Jason <[EMAIL PROTECTED]> writes:
Jason> I need to write a program that will take a list of url's for pictures
Jason> and download them. I was reading up on sockets but i found them a bit
Jason> confusing. Some assistance with sockets would be very helpfull.
CPAN has Image::G
On Wed, May 30, 2001 at 09:47:51AM -0400, Jason wrote:
> I need to write a program that will take a list of url's for pictures
> and download them. I was reading up on sockets but i found them a bit
> confusing. Some assistance with sockets would be very helpfull.
Use LWP::Simple. It can alrea
Hi,
better than playing with sockets and doing all that low-level HTTP stuff,
take a look at LWP module(s). That's exactly what you need.
On Wednesday 30 May 2001 15:47, Jason wrote:
> I need to write a program that will take a list of url's for pictures
> and download them. I was reading up o