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

WWW::Mechanize is a subclass of LWP::UserAgent , the get method works the same way.
  • Comment on Re^3: Hang when downloading with LWP::Useragent and Crypt::SSLeay (Windows)

Replies are listed 'Best First'.
Re^4: Hang when downloading with LWP::Useragent and Crypt::SSLeay (Windows)
by knirirr (Scribe) on Mar 27, 2010 at 13:31 UTC

    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.