in reply to Handling Javascript with LWP::UserAgent

Neither LWP::UserAgent nor WWW::Mechanize can handle Javascript on pages.

If you use Win32::IE::Mechanize instead, that depends on the MSIE core, and it'll respond to Javascript, too. Of course, that'll only work on Windows.

  • Comment on Re: Handling Javascript with LWP::UserAgent