Re: A function that reads a webpage?
From: Jonathan Bartlett (johnnyb_at_eskimo.com)
Date: 02/04/05
- Previous message: Percival: "Re: Which new language to learn?"
- In reply to: Nick: "A function that reads a webpage?"
- Next in thread: Nick: "Re: A function that reads a webpage?"
- Reply: Nick: "Re: A function that reads a webpage?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 04 Feb 2005 10:37:52 -0500
Nick wrote:
> What tools are available to read webpages? I have a couple projects in
> mind. One is to help with my Ebay auctions. It will basically keep
> track of who is buying what. Another is to keep an updated copy of a
> website. Really I just want one simple function. Input: URL Output:
> Webpage source. Between me and a friend who is helping with one of the
> projects we are familiar with the most commonly used programming
> languages. Any advice would be appreciated.
If you're going to do any searching/extracting of data from webpages,
use Perl and learn the regular expressions (if you don't know regexps,
do "perldoc perlre").
Jon
---- Learn to program using Linux assembly language http://www.cafeshops.com/bartlettpublish.8640017
- Previous message: Percival: "Re: Which new language to learn?"
- In reply to: Nick: "A function that reads a webpage?"
- Next in thread: Nick: "Re: A function that reads a webpage?"
- Reply: Nick: "Re: A function that reads a webpage?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|