http://www.perlmonks.org?node_id=1025166


in reply to Re^2: problem with getting web source
in thread problem with getting web source

Just because it works for me, from my browser, does not mean that it will work for you, from your browser.

I suggest you now use LWP::UserAgent to do the URL downloading. That way, you get more detailed error information instead of just a pass/fail status.

Replies are listed 'Best First'.
Re^4: problem with getting web source
by WojciechGajewski (Initiate) on Mar 24, 2013 at 17:26 UTC
    Exactly! I had to use some useragent. the default get method apparently doesnt use any and hence I couldnt download the source! Thanks! Problem solved!