in reply to Send JSON data to Perl scalar
I would look at the HTTP requests that this page makes and replicate them using LWP::Simple and JSON::Any.
An alternative approach would be to use a module or program that understands Javascript and acts like a browser, for example WWW::Scripter or WWW::Mechanize::Firefox, and then read the information out of the resulting page.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Send JSON data to Perl scalar
by perl.j (Pilgrim) on Dec 21, 2012 at 15:28 UTC | |
by Corion (Patriarch) on Dec 21, 2012 at 15:30 UTC |