|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Scraping AJAX?by ajinkyagadewar (Novice) |
| on Apr 16, 2012 at 07:25 UTC ( #965250=note: print w/ replies, xml ) | Need Help?? |
|
When you hit the url for Dojo Demo the page you hit is the html page.
To extract data from content there are alternatives: 1. Using simple regular expression you can pull the required data. 2. Convert JSON to array of hashes and pull the required data. Let me know if it helps.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||