monkster has asked for the wisdom of the Perl Monks concerning the following question:

Hi to all..

I am working on a project to obtain the web page of sites that have javascripts, ajax calls, etc.. please refer my posts javascript interpreter in perl??? and How to glue JavaScript and DOM for more details..

I tried using WWW::Mechanize::Plugin::JavaScript to work with javascripts and it works well (for the sites that i tested on atleast), but it is not able to handle ajax calls and some complex stuff..

Please suggest me if there is any other way out or suggest me on how to make my script handle these stuff also..
Thanks a lot in advance :)
  • Comment on Please give suggestions on how to handle AJAX calls

Replies are listed 'Best First'.
Re: Please give suggestions on how to handle AJAX calls
by Anonymous Monk on Mar 20, 2008 at 09:37 UTC