LWP is probably what you'll want at the core of your scraping. LWP::Simple and WWW::Mechanize are based on LWP and are both very powerful. Depending on what you want to Scrape there may be a module for it already.
Comment on Re: How can I extract all the information on a webpage to my database?