Crypt-SSLeay - Re: Problem downloading files

Posted on Mon Feb 6 16:22:28 2006 by borix69 in response to 1762 (See the whole thread of 3)
Re: Problem downloading files
Sorry, I mistake the perl code, the real code is:

/******************************************************/
my $ua = LWP::UserAgent->new;

$ua->timeout(20);
my $URLS = ('https://mydomain/myfile');

my $response = $ua->get($URL);
/******************************************************/

and the problem is still there.
Write a response