worik has asked for the wisdom of the Perl Monks concerning the following question:
I am building a robot to do queries on a site that uses CiviCRM that uses JavaScript extensively for presenting data.
I am using LWP::Simple and HTML::TreeBuilder. I would like to use the JavaScript module to interpret the JavaScript.
http://www.perlmonks.org/?node_id=560029 has an example using the JavaScript::SpiderMonkey module but I cannot get that to run.
Any ideas how I proceed?
Worik
Comment on LWP::Simple, HTML::Parser and JavaScript