in reply to How can I extract all the information on a webpage to my database?

For a nice introduction to mysql database design and the perl bindings for mysql I found Managing & Using MySQL pretty good (I've only read the 1st edition)

Also Class::DBI is a nice database - OO layer if you're into object-oriented design.

  • Comment on Re: How can I extract all the information on a webpage to my database?