in reply to Re: Hang when downloading with LWP::Useragent and Crypt::SSLeay (Windows)
in thread Hang when downloading with LWP::Useragent and Crypt::SSLeay (Windows)

Thanks - if that works with Crypt::SSLeay as well then I'll give it a try tomorrow, unless any fixes for LWP::Useragent crop up before then.
  • Comment on Re^2: Hang when downloading with LWP::Useragent and Crypt::SSLeay (Windows)

Replies are listed 'Best First'.
Re^3: Hang when downloading with LWP::Useragent and Crypt::SSLeay (Windows)
by Anonymous Monk on Mar 24, 2010 at 21:07 UTC
    WWW::Mechanize is a subclass of LWP::UserAgent , the get method works the same way.

      Thanks - changing to WWW::Mechanize fixed it on my machine. But, some users have still reported problems with hanging. In particular, the hang is more likely (though not guaranteed) if they minimise the window in which the download is running.