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


in reply to Using LWP::Simple to read a redirected page

How to get real address with LWP and redirects?

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Using LWP::Simple to read a redirected page

Replies are listed 'Best First'.
Re^2: Using LWP::Simple to read a redirected page
by MorayJ (Beadle) on Nov 13, 2012 at 21:42 UTC
    The request object contains the url you've been redirected to

    Maybe I'm missing a subtlety, but this appears to be saying that my uri taken from the request should be the final url. But it doesn't reflect what I see for the final url in Chrome.