schnibitz has asked for the wisdom of the Perl Monks concerning the following question:

That's what I needed to know! Thank you.

Replies are listed 'Best First'.
Re: Perl LWP and Javascript Redirects
by marto (Cardinal) on Jul 30, 2010 at 14:41 UTC
    These modules, along with WWW::Mechanize, don't support JavaScript. You could either use something like WWW::Mechanize::Firefox which does, or write some perl code to cope with the JavaScript.