in reply to Re: LWP 500 read timeout
in thread LWP 500 read timeout

Hi ahmad,

It doesn't work even if I use a simple $ua->get($url). Basically, using perl and LWP::UserAgent or LWP::Simple, it doesn't work.

It works with curl ,but I cannot install that on the box that I'm working on. I need to make it work using standard Perl modules. Any other way, I can download files from the net, using Perl?


Thanks, Bharat.

Replies are listed 'Best First'.
Re^3: LWP 500 read timeout
by bharat88 (Initiate) on Jun 16, 2010 at 05:30 UTC
    It works using wget too. But I still need to rectify what is going wrong with the Perl script.
    Thanks, Bharat.