in reply to Best module to scrape tabular data fram web pages?

My own answer: Thanks for the suggestins. I looked them over, tried implimenting a bit, then wondered if writing something might not be faster. In less time that I had already spent investigating the modules, I wrote a 10-line parser.

Sometimes it's faster to do custom than learn a new module. Ya, I know, I didn't learn anything new - but the job will be done and the client will be happy.

But htey do look like highly useful modules for the not too distant future - like when this project gets more complicated and my 10-liner breaks!





Forget that fear of gravity,
Get a little savagery in your life.
  • Comment on Re: Best module to scrape tabular data fram web pages?

Replies are listed 'Best First'.
Re^2: Best module to scrape tabular data fram web pages?
by kwaping (Priest) on Mar 10, 2006 at 19:15 UTC
    like when ... my 10-liner breaks!

    As many here will tell you, that is almost inevitable when trying to parse HTML on your own. :)
    ---
    It's all fine and dandy until someone has to look at the code.