http://qs321.pair.com?node_id=468458


in reply to Why would LWP::Simple::get stop working?

At first blush, I'd say its firewall related. What does

print "Failed to retrieve URL: $code\n";

print out? I'm assuming it returns a 500, but without knowing exactly what your get returns, it is really hard to diagnose.

Replies are listed 'Best First'.
Re^2: Why would LWP::Simple::get stop working?
by dpmott (Scribe) on Jun 20, 2005 at 19:14 UTC
    Oh, sorry. I guess I wasn't clear on that point. The LWP::UserAgent::get works just fine. It tells me how many bytes that it has downloaded.

    The if/else under the LWP::Simple::get() is never reached.