in reply to Re: Building a Spidering Application
in thread Building a Spidering Application

Why dont you add another $mech->get($url) in your foreach loop? I would also suggest using Web::Scraper.

Replies are listed 'Best First'.
Re^3: Building a Spidering Application
by MiriamH (Novice) on Jul 06, 2012 at 15:08 UTC
    but how do I make the new $URL the subsequent HTML that is dowloaded?
      Call the $link->url method. Oh, you already do! So, use $href.