Re: Extracting data from a web page

2001-06-20 Thread Me
> Randal Well I'm not Randal, but I'm going to answer anyway... > Would the same be possible for generating dynamic > queries of web pages like amazon. The points Randal made were: 1. Yahoo has URLs that return CSV files. These are not web pages though the protocol is http. The perl in

RE: Extracting data from a web page

2001-06-20 Thread saurabh . bansal
: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 11:43 PM To: Craig Westerman Cc: beginners Subject:Re: Extracting data from a web page >>>>> "Craig" == Craig Westerman <[EMAIL PROTECTED

RE: Extracting data from a web page

2001-06-19 Thread Craig Westerman
l Message- From: Peter Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 6:28 PM To: Craig Westerman; [EMAIL PROTECTED] Subject: Re: Extracting data from a web page At 05:26 PM 6/19/01 -0500, Craig Westerman wrote: >I posted the following on the >[EMAIL PROTECTED] list without

Re: Extracting data from a web page

2001-06-19 Thread Peter Scott
At 05:26 PM 6/19/01 -0500, Craig Westerman wrote: >I posted the following on the >[EMAIL PROTECTED] list without getting a reply. Perhaps because there's no CGI involved. CGI answers forms, runs on the server. LWP retrieves pages, runs on the client. -- Peter Scott Pacific Systems Design Techno

Re: Extracting data from a web page

2001-06-19 Thread Me
> [how to do it in ten seconds] Randal just wants to take all the fun (and work) out of creating solutions.

Re: Extracting data from a web page

2001-06-19 Thread Me
> Microsoft Excel has the ability to import data via a web query. If I create > a query and run it on the following URL, a table with stock price > information will be displayed on an Excel worksheet. > http://finance.yahoo.com/q?s=%5EIXIC+%5EDJI+RHAT++&d=v1 > Now to the Perl/CGI question. What t

Re: Extracting data from a web page

2001-06-19 Thread Randal L. Schwartz
> "Craig" == Craig Westerman <[EMAIL PROTECTED]> writes: Craig> I posted the following on the Craig> [EMAIL PROTECTED] list without getting a reply. Posting here in hopes Craig> of getting a clue where to start. Thanks in advance. Craig> Craig> M