Re: A function that reads a webpage?

From: Jonathan Bartlett (johnnyb_at_eskimo.com)
Date: 02/04/05

  • Next message: Programmer Dude: "Re: Method of Unit Testing Private Methods"
    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
    

  • Next message: Programmer Dude: "Re: Method of Unit Testing Private Methods"

    Relevant Pages

    • Re: What Next?
      ... Thanks Peter and everyone who responded, ... create webpages: First, proprietary pages for myself, and second, webpages ... since I want to be able to draw graphs from php. ... of programming and the software ...
      (comp.lang.php)
    • pic and stamp
      ... I need some help at deciding which of those microcontrollers to start out ... Does anyone have any webpages where I can see various projects of those who ... I am looking at the ease of programming... ... I can prototype, assembly components, etc... ...
      (sci.electronics.design)
    • Re: Any good dynamic programming questions and solutions?
      ... high chance for dynamic programming problems. ... Google would be my first try. ... He asked for "good resources or webpages". ...
      (comp.programming)
    • Re: pic and stamp
      ... > Does anyone have any webpages where I can see various projects of those ... > I am looking at the ease of programming... ... > I can prototype, assembly components, etc... ... PIC program in Basic, C and Pascal ...
      (sci.electronics.design)
    • Re: A function that reads a webpage?
      ... > What tools are available to read webpages? ... > mind. ... One is to help with my Ebay auctions. ... readline(), readlines, fileno, close, infoand geturl. ...
      (comp.programming)