in reply to How to enable java script in automated webpage retrieval

Perl doesn't have a javascript interpreter built in, so you can't just "enable" it. You can search on cpan if there's a javascript interpreter that you can use from perl.

Or you can use something like Selenium (with WWW::Selenium presumably) to automate a browser that has javascript built in.

Btw please don't write "Javascript" as "Java script" - Java is a totally unrelated programming language.

  • Comment on Re: How to enable java script in automated webpage retrieval