![]() |
|
P is for Practical | |
PerlMonks |
Re^3: Parsing AJAX-based websiteby tmharish (Friar) |
on Feb 25, 2013 at 12:52 UTC ( #1020514=note: print w/replies, xml ) | Need Help?? |
Look at the Net tab in firebug or 'Network' tab on chrome and find all the requests going out. Identify the request you are interested in - find out how that part is constructed ( based on the AJAX code that is present ) and make that call. As a note some of the modules mentioned above do this for you.
In Section
Seekers of Perl Wisdom
|
|