http://qs1969.pair.com?node_id=147435


in reply to LWP::Simple and redirects

It normally works fine for me for sites that redirect, unless you've done something unusual. Can you give us the URL so we can trace down what's actually happening?

(And on second reading...) What would you possibly be looking at the content of what's coming back to locate a redirect? A redirect is in the headers, not the content, and LWP::Simple doesn't give you access to the headers.

-- Randal L. Schwartz, Perl hacker