Thanks...
I ran the code you suggested but it seemed the dynamic part still doesn't show. For example, the distance between two addresses are not availabe for grabbing. Below is the code I ran. Any help is greatly appreciated.
#!/usr/bin/perl
use strict;
use URI;
use LWP::UserAgent;
use...
Thanks,
the difficulty I have is that the page is dynamic, so I can't save the entire source code (only parts of it). Even if I don't do any text processing, I still can't view save the entire source code. Is there a way to do it?
For example, when I print $resp, the distance between two...
Hi
I tried to use LWP to retrieve information from mapquest.com Basically I want to input street addresses, and scrap distance from the page. The problem is that the information I want to scrap from the web page is dynamic (embedded in JavaScript), so I can't process them using regular...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.