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

The JavaScript on the page can do many different things. In some cases javascripting can be ignored, in some cases cannot.

In general, if you can work with the page with Javascript turned off in your favorite browser without any loss of essential functionality — you can easily work with the page using LWP::UserAgent.

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