Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pong123

    Perl using LWP

    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...
  2. pong123

    Perl using LWP

    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...
  3. pong123

    Perl using LWP

    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...

Part and Inventory Search

Back
Top