in reply to Re^4: Help getting text from website using www mechanize
in thread Help getting text from website using www mechanize

As mentioned in the WWW::Mechanize documentation, it does not support JavaScript. You could use a module such as WWW::Mechanize::Firefox, which does.

  • Comment on Re^5: Help getting text from website using www mechanize