![]() |
|
"be consistent" | |
PerlMonks |
Re: Web Spidering Ajax Sitesby perrin (Chancellor) |
on Sep 14, 2007 at 02:27 UTC ( #638943=note: print w/replies, xml ) | Need Help?? |
Ajax is just JavaScript. If all you want to do is run a certain sequence of requests and capture the results, HTTP::Recorder and WWW::Mechanize will work fine. Just set up the proxy script that comes with HTTP::Recorder, make the requests in your browser, and Recorder will turn that into a Mechanize script that behaves the same as the Ajax code.
In Section
Seekers of Perl Wisdom
|
|