in reply to Re^3: Handling Javascript with LWP::UserAgent
in thread Handling Javascript with LWP::UserAgent

Since JavaScript doesn't include a Browser Object Model, pages that rely on browser objects (window, document, history, etc.) don't work with it, so your script doesn't really demonstrate a solution using that module with LWP::UserAgent to handle pages with JavaScript.
  • Comment on Re^4: Handling Javascript with LWP::UserAgent