> 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
: [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
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
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
> [how to do it in ten seconds]
Randal just wants to take all the fun (and work)
out of creating solutions.
> 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
> "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